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

Наследование: extends Manipulator
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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