PHP Class Pantheon\Terminus\Commands\TerminusCommand

Inheritance: implements Robo\Contract\IOAwareInterface, implements Psr\Log\LoggerAwareInterface, implements Robo\Contract\ConfigAwareInterface, implements Pantheon\Terminus\Session\SessionAwareInterface, use trait Psr\Log\LoggerAwareTrait, use trait Robo\Common\ConfigAwareTrait, use trait Robo\Common\IO, use trait Pantheon\Terminus\Session\SessionAwareTrait
Show file Open project: pantheon-systems/terminus

Public Methods

Method Description
__construct ( ) TerminusCommand constructor
roboIo ( )

Protected Methods

Method Description
io ( ) Override Robo's IO function with our custom style.
log ( ) : Psr\Log\LoggerInterface Returns a logger object for use

Method Details

__construct() public method

TerminusCommand constructor
public __construct ( )

io() protected method

Override Robo's IO function with our custom style.
protected io ( )

log() protected method

Returns a logger object for use
protected log ( ) : Psr\Log\LoggerInterface
return Psr\Log\LoggerInterface

roboIo() public method

public roboIo ( )