public function getMapBetweenObjects()
 {
     return array_merge(parent::getMapBetweenObjects(), self::$map_between_objects);
 }
Beispiel #2
0
 protected function getMapBetweenObjects()
 {
     return array_merge(parent::getMapBetweenObjects(), array("orderBy" => "_order_by"));
 }