예제 #1
0
파일: node.php 프로젝트: cepharum/txf
 /**
  * Retrieves name of model.
  *
  * @return string
  */
 public function getModelName()
 {
     return $this->model->getModelName();
 }