예제 #1
0
 /**
  * Constructor
  * @param int $type
  */
 public function __construct($type = PAGECONTROL_TYPE_CONTROL)
 {
     $this->type = $type;
     try {
         parent::__construct();
     } catch (Exception $e) {
         throw new \Exception($e->getMessage());
     }
 }
 public function __construct()
 {
     parent::__construct();
 }
예제 #3
0
 /**
  * Constructor
  * @param int $type
  */
 public function __construct($type = PAGECONTROL_TYPE_CONTROL)
 {
     $this->type = $type;
     parent::__construct();
 }