PHP Class Frontend\Core\Engine\Base\Object

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

Protected Properties

Property Type Description
$URL Frontend\Core\Engine\Url URL instance
$tpl Frontend\Core\Engine\TwigTemplate TwigTemplate instance

Public Methods

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

Method Details

__construct() public method

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

Property Details

$URL protected property

URL instance
protected Url,Frontend\Core\Engine $URL
return Frontend\Core\Engine\Url

$tpl protected property

TwigTemplate instance
protected TwigTemplate,Frontend\Core\Engine $tpl
return Frontend\Core\Engine\TwigTemplate