getTwigEnvironments() public method

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