PHP Класс Sensio\Bundle\GeneratorBundle\Manipulator\KernelManipulator

Автор: Fabien Potencier ([email protected])
Наследование: extends Sensio\Bundle\GeneratorBundle\Manipulator\Manipulator
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__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