PHP Class TheSeer\Autoload\Application

ファイルを表示 Open project: theseer/autoload

Public Methods

Method Description
__construct ( Logger $logger, Config $config, Factory $factory )
run ( )

Protected Methods

Method Description
runLint ( string $code ) : boolean Execute a lint check on generated code

Private Methods

Method Description
loadPharSignatureKey ( $keyfile )
runCollector ( ) : TheSeer\Autoload\CollectorResult
runSaver ( $code )

Method Details

__construct() public method

public __construct ( Logger $logger, Config $config, Factory $factory )
$logger Logger
$config Config
$factory Factory

run() public method

public run ( )

runLint() protected method

Execute a lint check on generated code
protected runLint ( string $code ) : boolean
$code string Generated code to lint
return boolean