Ejemplo n.º 1
0
 /**
  * @call $cls::create($data)
  * @return instance of self   
  */
 public static function create($data)
 {
     $obj = new static();
     $obj->DECOcreate('master', $data);
     return $obj;
 }
Ejemplo n.º 2
0
 /**
  * @call $cls::create($data)
  * @return instance of self   
  */
 public static function create($data)
 {
     $obj = new static();
     $obj->DECOcreate(self::getClassName(), $data);
     return $obj;
 }