PHP Class CheapWorker

Show file Open project: sjardim/Hugopit

Public Properties

Property Type Description
$description

Protected Properties

Property Type Description
$log

Public Methods

Method Description
__construct ( )
after ( $output )
before ( ) * to implement in sub-class
clearlog ( )
finally ( $output )
getLog ( )
run ( $renderer = null )

Protected Methods

Method Description
log ( $message )

Method Details

__construct() public method

public __construct ( )

after() public method

public after ( $output )

before() public method

* to implement in sub-class
public before ( )

clearlog() public method

public clearlog ( )

finally() public method

public finally ( $output )

getLog() public method

public getLog ( )

log() protected method

protected log ( $message )

run() public static method

public static run ( $renderer = null )

Property Details

$description public property

public $description

$log protected property

protected $log