/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Datastore
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Datastore/PropertyOrder.php (1454B)
direction = $direction;
}
/**
* @return string
*/
public function getDirection()
{
return $this->direction;
}
/**
* @param PropertyReference
*/
public function setProperty(PropertyReference $property)
{
$this->property = $property;
}
/**
* @return PropertyReference
*/
public function getProperty()
{
return $this->property;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(PropertyOrder::class, 'Google_Service_Datastore_PropertyOrder');