PHP Класс Sulu\Bundle\CoreBundle\Build\SuluBuilder

Наследование: implements Symfony\Component\DependencyInjection\ContainerAwareInterface, implements Massive\Bundle\BuildBundle\Build\BuilderInterface
Показать файл Открыть проект

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

Свойство Тип Описание
$application
$container
$input
$output

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

Метод Описание
setContainer ( Symfony\Component\DependencyInjection\ContainerInterface $container = null )
setContext ( Massive\Bundle\BuildBundle\Build\BuilderContext $context )

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

Метод Описание
execCommand ( $description, $command, $args = [''] ) Execute a command.

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

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

Execute a command.
protected execCommand ( $description, $command, $args = [''] )

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

public setContainer ( Symfony\Component\DependencyInjection\ContainerInterface $container = null )
$container Symfony\Component\DependencyInjection\ContainerInterface

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

public setContext ( Massive\Bundle\BuildBundle\Build\BuilderContext $context )
$context Massive\Bundle\BuildBundle\Build\BuilderContext

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

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

protected $application

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

protected $container

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

protected $input

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

protected $output