예제 #1
0
파일: WidgetNavBar.php 프로젝트: larakit/lk
 function __toString()
 {
     $this->values['items'] = $this->map->getItems();
     $this->values['current_access_name'] = $this->map->getCurrent();
     return parent::__toString();
 }