예제 #1
0
파일: Tree.php 프로젝트: cawaphp/bootstrap
 /**
  * @return string
  */
 public function render()
 {
     $this->widgetOptions['plugin']['core']['data'] = $this->data;
     return parent::render();
 }