Ejemplo n.º 1
0
 /**
  * Class constructor;
  */
 function __construct()
 {
     parent::__construct();
 }
Ejemplo n.º 2
0
 function getItems()
 {
     $sContent = parent::getItems();
     return $GLOBALS[oSysTemplate]->parseHtmlByContent($sContent, array('bx_if:show_profile_link' => array('condition' => $this->aMenuInfo['memberID'] != 0, 'content' => array('link' => getProfileLink($this->aMenuInfo['memberID']), 'title' => getNickName($this->aMenuInfo['memberID'])))));
 }
Ejemplo n.º 3
0
 /**
  * Class constructor;
  */
 function BxTemplMenuService()
 {
     parent::BxBaseMenuService();
 }