예제 #1
0
파일: Model.php 프로젝트: Nessworthy/buan
 /**
  * Returns an instance of the ModelManager that is used to manage Models of
  * $this type.
  *
  * @return \Buan\ModelManager
  */
 function getModelManager()
 {
     return ModelManager::create($this->modelName);
 }