예제 #1
0
파일: NavItem.php 프로젝트: qubes/bootstrap
 public function setDropdown(Dropdown $dropdown)
 {
     $this->_state = self::STATE_DROPDOWN;
     $this->_content = $dropdown->render();
     return $this;
 }