PHP Class Liip\RMT\Application

Inheritance: extends Symfony\Component\Console\Application
Show file Open project: liip/rmt Class Usage Examples

Public Properties

Property Type Description
$instance See Liip\Command\BaseCommand::getApplication()

Public Methods

Method 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 method

public __construct ( )

asText() public method

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

getConfig() public method

public getConfig ( )

getConfigFilePath() public method

public getConfigFilePath ( )

getProjectRootDir() public method

public getProjectRootDir ( )

run() public method

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 static property

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