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');