function __construct($config)
 {
     //		$this->config = array($this->config,$config);
     parent::__construct($config);
 }
示例#2
0
 public function __construct($action)
 {
     $this->action = $action;
     parent::__construct();
 }