PHP Class Tuli\Command\Analyze

Inheritance: extends Tuli\Command
Show file Open project: ircmaxell/tuli

Protected Properties

Property Type Description
$rules Tuli\Rule[]

Public Methods

Method Description
loadRules ( )

Protected Methods

Method Description
configure ( )
emitError ( $msg, Op $op )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Method Details

configure() protected method

protected configure ( )

emitError() protected method

protected emitError ( $msg, Op $op )
$op PHPCfg\Op

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

loadRules() public method

public loadRules ( )

Property Details

$rules protected property

protected Rule[],Tuli $rules
return Tuli\Rule[]