PHP Class PhpBrew\Tasks\BaseTask

Exibir arquivo Open project: phpbrew/phpbrew

Public Properties

Property Type Description
$finishedAt
$logger
$options
$startedAt

Public Methods

Method Description
__construct ( CLIFramework\Logger $logger, OptionResult $options = null )
__destruct ( )
debug ( $msg )
getLogger ( )
info ( $msg )
setLogger ( $logger )

Method Details

__construct() public method

public __construct ( CLIFramework\Logger $logger, OptionResult $options = null )
$logger CLIFramework\Logger
$options GetOptionKit\OptionResult

__destruct() public method

public __destruct ( )

debug() public method

public debug ( $msg )

getLogger() public method

public getLogger ( )

info() public method

public info ( $msg )

setLogger() public method

public setLogger ( $logger )

Property Details

$finishedAt public_oe property

public $finishedAt

$logger public_oe property

public $logger

$options public_oe property

public $options

$startedAt public_oe property

public $startedAt