public function __construct($moduleId, $className, $dirName, $actionName)
 {
     parent::__construct($moduleId, $className, $dirName, $actionName);
     $this->setFilter(self::$FILTERS_ALL);
     $this->setPageItemsCount($this->limitCountDefaultValue);
     $this->setCurrentState(self::$STATE__SHOW_LIST);
 }
 public function __construct($moduleId, $className, $dirName, $actionName)
 {
     parent::__construct($moduleId, $className, $dirName, $actionName);
     $this->setNoAction();
 }
 public function __construct($moduleId, $className, $dirName, $actionName)
 {
     parent::__construct($moduleId, $className, $dirName, $actionName);
     $this->setPageItemsCount($this->limitCountDefaultValue);
     $this->setNoAction();
 }
 public function __construct($moduleId, $className, $dirName)
 {
     parent::__construct($moduleId, $className, $dirName);
     $this->setCurrentState(self::$STATE__NO_ACTION);
 }
 public function __construct($moduleId, $className, $dirName, $actionName)
 {
     parent::__construct($moduleId, $className, $dirName, $actionName);
 }