Exemplo n.º 1
0
 /**
  * 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);
 }