PHP Class SatisAdmin\Console\Application

Author: Yohan Giarelli ([email protected])
Inheritance: extends Symfony\Component\Console\Application
Afficher le fichier Open project: yohang/satis-admin

Protected Properties

Свойство Type Description
$app SatisAdmin\Application

Méthodes publiques

Méthode Description
doRun ( Symfony\Component\Console\Input\InputInterface $input = null, Symfony\Component\Console\Output\OutputInterface $output = null ) {@inheritDoc}
getApplication ( ) : Application

Méthodes protégées

Méthode Description
getDefaultCommands ( ) {@inheritDoc}
getDefaultInputDefinition ( ) {@inheritDoc}

Method Details

doRun() public méthode

{@inheritDoc}
public doRun ( 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

getApplication() public méthode

public getApplication ( ) : Application
Résultat SatisAdmin\Application

getDefaultCommands() protected méthode

{@inheritDoc}
protected getDefaultCommands ( )

getDefaultInputDefinition() protected méthode

{@inheritDoc}

Property Details

$app protected_oe property

protected Application,SatisAdmin $app
Résultat SatisAdmin\Application