PHP 클래스 Sulu\Component\Media\SystemCollections\SystemCollectionBuilder

상속: implements Massive\Bundle\BuildBundle\Build\BuilderInterface, implements Symfony\Component\DependencyInjection\ContainerAwareInterface
파일 보기 프로젝트 열기: sulu/sulu

보호된 프로퍼티들

프로퍼티 타입 설명
$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