PHP Класс Phalcon\Mvc\View\Engine\Twig\Environment

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

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

Свойство Тип Описание
$di Phalcon\DiInterface Internal dependency injector.

Открытые методы

Метод Описание
__construct ( Phalcon\DiInterface $di, Twig_LoaderInterface $loader = null, array $options = [] )
getDi ( ) : Phalcon\DiInterface Returns the internal dependency injector.

Описание методов

__construct() публичный метод

public __construct ( Phalcon\DiInterface $di, Twig_LoaderInterface $loader = null, array $options = [] )
$di Phalcon\DiInterface
$loader Twig_LoaderInterface
$options array

getDi() публичный метод

Returns the internal dependency injector.
public getDi ( ) : Phalcon\DiInterface
Результат Phalcon\DiInterface

Описание свойств

$di защищенное свойство

Internal dependency injector.
protected DiInterface,Phalcon $di
Результат Phalcon\DiInterface