PHP 클래스 Sulu\Bundle\GeneratorBundle\Manipulator\KernelManipulator

상속: extends Manipulator
파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$kernel
$reflected

공개 메소드들

메소드 설명
__construct ( Symfony\Component\HttpKernel\KernelInterface $kernel ) Constructor.
addBundle ( string $bundle ) : boolean Adds a bundle at the end of the existing ones.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Symfony\Component\HttpKernel\KernelInterface $kernel )
$kernel Symfony\Component\HttpKernel\KernelInterface A KernelInterface instance

addBundle() 공개 메소드

Adds a bundle at the end of the existing ones.
public addBundle ( string $bundle ) : boolean
$bundle string The bundle class name
리턴 boolean true if it worked, false otherwise

프로퍼티 상세

$kernel 보호되어 있는 프로퍼티

protected $kernel

$reflected 보호되어 있는 프로퍼티

protected $reflected