예제 #1
0
파일: OneModel.php 프로젝트: schpill/thin
 /**
  * Wrap One's create method to return an
  * empty instance of the class associated with
  * this wrapper instead of the raw One class.
  *
  *  return OneWrapper|bool
  */
 public function create($data = null)
 {
     return $this->_createModelInstance(parent::create($data));
 }