Gumdrop\Application::getTwigEnvironments PHP Method

getTwigEnvironments() public method

public getTwigEnvironments ( )
    public function getTwigEnvironments()
    {
        return $this->TwigEnvironments;
    }

Usage Example

Example #1
0
 public function generateTwigEnvironments()
 {
     $this->LayoutTwigEnvironment = $this->app->getTwigEnvironments()->getLayoutEnvironment();
     $this->PageTwigEnvironment = $this->app->getTwigEnvironments()->getPageEnvironment();
 }