_consoleOutput = $consoleOutput; } /** * This method should output content using `$this->_consoleOutput`. * * @param array $args The arguments for the helper. * @return void */ abstract public function output($args); }