コード例 #1
0
ファイル: Entity.class.php プロジェクト: evilgeny/bob
 /**
  * Returns children type
  *
  * @return string
  */
 public function getChildrenType()
 {
     return $this->_mapper->getChildrenNameByParentName($this->type());
 }