コード例 #1
0
ファイル: Map.php プロジェクト: zendmaniacs/zly-sysmap
 /**
  * Return form element with full map list
  * @return \Zly\Form\Element\Tree  
  */
 public function getMapFormElement()
 {
     return $this->model->getMapTreeElement();
 }