public function __construct($oLanguageObject, $aRequestPath = null) { if (isset($_REQUEST['document_category_id'])) { $this->iCategoryId = $_REQUEST['document_category_id']; } parent::__construct($oLanguageObject, $aRequestPath); }
public function __construct($oLanguageObject, $aRequestPath = null) { parent::__construct($oLanguageObject, $aRequestPath); }
public function __construct($oLanguageObject = null, $aRequestPath = null, $iId = 1) { parent::__construct($oLanguageObject, $aRequestPath, $iId); }