Phalcon\Mvc\View\Engine\Twig\Environment::getDi PHP Method

getDi() public method

Returns the internal dependency injector.
public getDi ( ) : Phalcon\DiInterface
return Phalcon\DiInterface
    public function getDi()
    {
        return $this->di;
    }