Extends
lithium\console\ResponseSource
public function __construct(array $config = array()) {
parent::__construct($config);
$this->output = null;
$this->error = null;
}
public function __construct(array $config = array()) {
parent::__construct($config);
$this->output = null;
$this->error = null;
}