PHP Class TheSeer\phpDox\ShellProgressLogger

Inheritance: implements TheSeer\phpDox\ProgressLogger
Show file Open project: theseer/phpdox

Public Methods

Method Description
__construct ( string $processed = '.', string $cached = 'c', string $failed = 'f' )
buildSummary ( )
completed ( )
log ( $msg )
progress ( $state )
reset ( )

Method Details

__construct() public method

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

buildSummary() public method

public buildSummary ( )

completed() public method

public completed ( )

log() public method

public log ( $msg )
$msg

progress() public method

public progress ( $state )
$state

reset() public method

public reset ( )