PHP Класс Sulu\Component\Media\SystemCollections\SystemCollectionBuilder

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

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

Свойство Тип Описание
$container Symfony\Component\DependencyInjection\ContainerInterface
$output Symfony\Component\Console\Output\OutputInterface

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

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

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

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

public build ( )

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

public getDependencies ( )

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

public getName ( )

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

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

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

protected ContainerInterface,Symfony\Component\DependencyInjection $container
Результат Symfony\Component\DependencyInjection\ContainerInterface

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

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