PHP Class Frontend\Core\Engine\Base\Object

Author: Tijs Verkoyen ([email protected])
Author: Dave Lens ([email protected])
Inheritance: extends KernelLoader
Afficher le fichier Open project: forkcms/forkcms Class Usage Examples

Protected Properties

Свойство Type Description
$URL Frontend\Core\Engine\Url URL instance
$tpl Frontend\Core\Engine\TwigTemplate TwigTemplate instance

Méthodes publiques

Méthode Description
__construct ( Symfony\Component\HttpKernel\KernelInterface $kernel ) It will grab stuff from the reference.

Method Details

__construct() public méthode

It will grab stuff from the reference.
public __construct ( Symfony\Component\HttpKernel\KernelInterface $kernel )
$kernel Symfony\Component\HttpKernel\KernelInterface

Property Details

$URL protected_oe property

URL instance
protected Url,Frontend\Core\Engine $URL
Résultat Frontend\Core\Engine\Url

$tpl protected_oe property

TwigTemplate instance
protected TwigTemplate,Frontend\Core\Engine $tpl
Résultat Frontend\Core\Engine\TwigTemplate