public function __construct($oLanguageObject, $aRequestPath = null)
 {
     if (isset($_REQUEST['document_category_id'])) {
         $this->iCategoryId = $_REQUEST['document_category_id'];
     }
     parent::__construct($oLanguageObject, $aRequestPath);
 }
Пример #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);
 }