示例#1
0
 public function __construct($oLanguageObject = null, $aRequestPath = null, $iId = 1)
 {
     parent::__construct($oLanguageObject, $aRequestPath, $iId);
     $this->oPage = FrontendManager::$CURRENT_PAGE;
 }
 public function __construct($oLanguageObject, $aRequestPath = null)
 {
     parent::__construct($oLanguageObject, $aRequestPath);
 }
 public function __construct($oLanguageObject = null, $aRequestPath = null, $iId = 1)
 {
     parent::__construct($oLanguageObject, $aRequestPath, $iId);
 }