JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbrdirection = $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');