PHP Class PHPSA\Command\CheckCommand

Inheritance: extends Symfony\Component\Console\Command\Command
Show file Open project: ovr/phpsa

Protected Methods

Method Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getCompiler ( ) : Compiler
getMemoryUsage ( boolean $type ) : float
loadConfiguration ( string $configFile, string $configurationDirectory ) : Configuration

Method Details

configure() protected method

protected configure ( )

execute() protected method

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

getCompiler() protected method

protected getCompiler ( ) : Compiler
return PHPSA\Compiler

getMemoryUsage() protected method

protected getMemoryUsage ( boolean $type ) : float
$type boolean
return float

loadConfiguration() protected method

protected loadConfiguration ( string $configFile, string $configurationDirectory ) : Configuration
$configFile string
$configurationDirectory string
return PHPSA\Configuration