PHP Class Sulu\Bundle\GeneratorBundle\Manipulator\KernelManipulator

Inheritance: extends Manipulator
Show file Open project: sulu/sulu Class Usage Examples

Protected Properties

Property Type Description
$kernel
$reflected

Public Methods

Method Description
__construct ( Symfony\Component\HttpKernel\KernelInterface $kernel ) Constructor.
addBundle ( string $bundle ) : boolean Adds a bundle at the end of the existing ones.

Method Details

__construct() public method

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

addBundle() public method

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

Property Details

$kernel protected property

protected $kernel

$reflected protected property

protected $reflected