Elgg  Version 4.3
Public Member Functions | Static Public Attributes | Protected Attributes | List of all members
Elgg\Cli\ErrorHandler Class Reference

Console handler. More...

Inheritance diagram for Elgg\Cli\ErrorHandler:

Public Member Functions

 __construct (OutputInterface $stdout, OutputInterface $stderr=null, $bubble=true)
 Constructor. More...
 
 write (array $record)
 {} More...
 
 getDefaultFormatter ()
 {} More...
 
 close ()
 {} More...
 

Static Public Attributes

static $verbosityLevelMap
 

Protected Attributes

 $stdout
 
 $stderr
 

Detailed Description

Console handler.

Definition at line 17 of file ErrorHandler.php.

Constructor & Destructor Documentation

Elgg\Cli\ErrorHandler::__construct ( OutputInterface  $stdout,
OutputInterface  $stderr = null,
  $bubble = true 
)

Constructor.

Parameters
OutputInterface$stdoutSTDOUT handler
OutputInterface$stderrSTDERR handler
bool$bubbleBubble severity

Definition at line 47 of file ErrorHandler.php.

Member Function Documentation

Elgg\Cli\ErrorHandler::close ( )

{}

Definition at line 95 of file ErrorHandler.php.

Elgg\Cli\ErrorHandler::getDefaultFormatter ( )

{}

Definition at line 88 of file ErrorHandler.php.

Elgg\Cli\ErrorHandler::write ( array  $record)

{}

Definition at line 66 of file ErrorHandler.php.

Member Data Documentation

Elgg\Cli\ErrorHandler::$stderr
protected

Definition at line 27 of file ErrorHandler.php.

Elgg\Cli\ErrorHandler::$stdout
protected

Definition at line 22 of file ErrorHandler.php.

Elgg\Cli\ErrorHandler::$verbosityLevelMap
static
Initial value:
= [
OutputInterface::VERBOSITY_QUIET => Logger::OFF

Definition at line 32 of file ErrorHandler.php.


The documentation for this class was generated from the following file: