PHP Класс ShopwareCli\Application

Class Application
Наследование: extends Symfony\Component\Console\Application
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( Composer\Autoload\ClassLoader $loader )
doRun ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Защищенные методы

Метод Описание
checkDirectories ( ) Make sure, that the required directories do actually exist
createContainer ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : ContainerBuilder Creates the container and sets some services which are only synthetic in the container
getDefaultInputDefinition ( ) : Symfony\Component\Console\Input\InputDefinition Add global "--no-extensions" option
loadExtensions ( boolean $noExtensions ) Load extensions. The default extensions are always loaded, 3rd party extensions depending on $noExtensions

Описание методов

__construct() публичный Метод

public __construct ( Composer\Autoload\ClassLoader $loader )
$loader Composer\Autoload\ClassLoader

checkDirectories() защищенный Метод

Make sure, that the required directories do actually exist
protected checkDirectories ( )

createContainer() защищенный Метод

Creates the container and sets some services which are only synthetic in the container
protected createContainer ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : ContainerBuilder
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
Результат Symfony\Component\DependencyInjection\ContainerBuilder

doRun() публичный Метод

public doRun ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

getDefaultInputDefinition() защищенный Метод

Add global "--no-extensions" option
protected getDefaultInputDefinition ( ) : Symfony\Component\Console\Input\InputDefinition
Результат Symfony\Component\Console\Input\InputDefinition

loadExtensions() защищенный Метод

Default extensions are loaded first
protected loadExtensions ( boolean $noExtensions )
$noExtensions boolean