PHP 클래스 Pantheon\Terminus\Commands\TerminusCommand

상속: 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
파일 보기 프로젝트 열기: pantheon-systems/terminus

공개 메소드들

메소드 설명
__construct ( ) TerminusCommand constructor
roboIo ( )

보호된 메소드들

메소드 설명
io ( ) Override Robo's IO function with our custom style.
log ( ) : Psr\Log\LoggerInterface Returns a logger object for use

메소드 상세

__construct() 공개 메소드

TerminusCommand constructor
public __construct ( )

io() 보호된 메소드

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

log() 보호된 메소드

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

roboIo() 공개 메소드

public roboIo ( )