PHP Class Liip\RMT\Application

Inheritance: extends Symfony\Component\Console\Application
Afficher le fichier Open project: liip/rmt Class Usage Examples

Méthodes publiques

Свойство Type Description
$instance See Liip\Command\BaseCommand::getApplication()

Méthodes publiques

Méthode Description
__construct ( )
asText ( $namespace = null, $raw = false )
getConfig ( )
getConfigFilePath ( )
getProjectRootDir ( )
run ( Symfony\Component\Console\Input\InputInterface $input = null, Symfony\Component\Console\Output\OutputInterface $output = null )

Method Details

__construct() public méthode

public __construct ( )

asText() public méthode

public asText ( $namespace = null, $raw = false )

getConfig() public méthode

public getConfig ( )

getConfigFilePath() public méthode

public getConfigFilePath ( )

getProjectRootDir() public méthode

public getProjectRootDir ( )

run() public méthode

public run ( Symfony\Component\Console\Input\InputInterface $input = null, Symfony\Component\Console\Output\OutputInterface $output = null )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

Property Details

$instance public_oe static_oe property

See Liip\Command\BaseCommand::getApplication()
public static $instance