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