PHP 클래스 TheSeer\phpDox\ShellProgressLogger

상속: implements TheSeer\phpDox\ProgressLogger
파일 보기 프로젝트 열기: theseer/phpdox

공개 메소드들

메소드 설명
__construct ( string $processed = '.', string $cached = 'c', string $failed = 'f' )
buildSummary ( )
completed ( )
log ( $msg )
progress ( $state )
reset ( )

메소드 상세

__construct() 공개 메소드

public __construct ( string $processed = '.', string $cached = 'c', string $failed = 'f' )
$processed string
$cached string
$failed string

buildSummary() 공개 메소드

public buildSummary ( )

completed() 공개 메소드

public completed ( )

log() 공개 메소드

public log ( $msg )
$msg

progress() 공개 메소드

public progress ( $state )
$state

reset() 공개 메소드

public reset ( )