Beispiel #1
0
 /**
  * get Singleton  Api_Model_Service_Schema
  *
  * @return Api_Model_Service_Schema
  */
 public static function getObjectByID($id)
 {
     $obj = new Api_Model_Service_Schema();
     $obj->find($id);
     return $obj;
 }