PHP Class Sulu\Bundle\GeneratorBundle\Manipulator\KernelManipulator

Inheritance: extends Manipulator
Afficher le fichier Open project: sulu/sulu Class Usage Examples

Protected Properties

Свойство Type Description
$kernel
$reflected

Méthodes publiques

Méthode 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 méthode

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

addBundle() public méthode

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

Property Details

$kernel protected_oe property

protected $kernel

$reflected protected_oe property

protected $reflected