PHP Class TheSeer\phpDox\ShellProgressLogger

Inheritance: implements TheSeer\phpDox\ProgressLogger
Afficher le fichier Open project: theseer/phpdox

Méthodes publiques

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

Method Details

__construct() public méthode

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

buildSummary() public méthode

public buildSummary ( )

completed() public méthode

public completed ( )

log() public méthode

public log ( $msg )
$msg

progress() public méthode

public progress ( $state )
$state

reset() public méthode

public reset ( )