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

저자: Fabien Potencier ([email protected])
상속: extends Sensio\Bundle\GeneratorBundle\Manipulator\Manipulator
파일 보기 프로젝트 열기: pmjones/php-framework-benchmarks 1 사용 예제들

공개 메소드들

메소드 설명
__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