Ejemplo n.º 1
0
 /**
  *    コンストラクタ
  */
 public function __construct(Charcoal_Integer $abort_type = NULL, Charcoal_Integer $exit_code = NULL)
 {
     parent::__construct();
     $this->_exit_code = $exit_code ? $exit_code : i(Event::EXIT_CODE_ABORT);
     $this->_abort_type = $abort_type ? $abort_type : i(Event::ABORT_TYPE_AFTER_THIS_LOOP);
 }
Ejemplo n.º 2
0
 /**
  * コンストラクタ
  */
 public function __construct(Charcoal_IRequest $request)
 {
     parent::__construct();
     $this->_request = $request;
 }
Ejemplo n.º 3
0
 /**
  *    Construct object
  */
 public function __construct()
 {
     parent::__construct();
 }