PHP Класс AcmePhp\Cli\Command\AbstractCommand

Автор: Titouan Galopin ([email protected])
Наследование: extends Symfony\Component\Console\Command\Command
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

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

Метод Описание
getActionHandler ( ) : ActionHandler
getClient ( ) : AcmePhp\Core\AcmeClient
getContainer ( ) : ContainerBuilder
getRepository ( ) : AcmePhp\Cli\Repository\RepositoryInterface
initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Приватные методы

Метод Описание
initializeConfiguration ( ) : void
initializeContainer ( ) : void

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

getActionHandler() защищенный метод

protected getActionHandler ( ) : ActionHandler
Результат AcmePhp\Cli\ActionHandler\ActionHandler

getClient() защищенный метод

protected getClient ( ) : AcmePhp\Core\AcmeClient
Результат AcmePhp\Core\AcmeClient

getContainer() защищенный метод

protected getContainer ( ) : ContainerBuilder
Результат Symfony\Component\DependencyInjection\ContainerBuilder

getRepository() защищенный метод

protected getRepository ( ) : AcmePhp\Cli\Repository\RepositoryInterface
Результат AcmePhp\Cli\Repository\RepositoryInterface

initialize() защищенный метод

protected initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

Описание свойств

$input защищенное свойство

protected InputInterface,Symfony\Component\Console\Input $input
Результат Symfony\Component\Console\Input\InputInterface

$output защищенное свойство

protected OutputInterface,Symfony\Component\Console\Output $output
Результат Symfony\Component\Console\Output\OutputInterface