PHP Class Sulu\Component\Media\SystemCollections\SystemCollectionBuilder

Inheritance: implements Massive\Bundle\BuildBundle\Build\BuilderInterface, implements Symfony\Component\DependencyInjection\ContainerAwareInterface
Show file Open project: sulu/sulu

Protected Properties

Property Type Description
$container Symfony\Component\DependencyInjection\ContainerInterface
$output Symfony\Component\Console\Output\OutputInterface

Public Methods

Method Description
build ( )
getDependencies ( )
getName ( )
setContainer ( Symfony\Component\DependencyInjection\ContainerInterface $container = null )
setContext ( Massive\Bundle\BuildBundle\Build\BuilderContext $context )

Method Details

build() public method

public build ( )

getDependencies() public method

public getDependencies ( )

getName() public method

public getName ( )

setContainer() public method

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

setContext() public method

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

Property Details

$container protected property

protected ContainerInterface,Symfony\Component\DependencyInjection $container
return Symfony\Component\DependencyInjection\ContainerInterface

$output protected property

protected OutputInterface,Symfony\Component\Console\Output $output
return Symfony\Component\Console\Output\OutputInterface