PHP Class Tuli\Command

Inheritance: extends Symfony\Component\Console\Command\Command
Mostrar archivo Open project: ircmaxell/tuli Class Usage Examples

Protected Properties

Property Type Description
$defaultSkipExtensions string[]

Public Methods

Method Description
analyzeGraphs ( array $graphs )

Protected Methods

Method Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getGraphsFromFiles ( array $files, array $exclude, Parser $parser )

Method Details

analyzeGraphs() public method

public analyzeGraphs ( array $graphs )
$graphs array

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

getGraphsFromFiles() protected method

protected getGraphsFromFiles ( array $files, array $exclude, Parser $parser )
$files array
$exclude array
$parser PHPCfg\Parser

Property Details

$defaultSkipExtensions protected_oe property

protected string[] $defaultSkipExtensions
return string[]