TwigExtensionsRoot
extends TwigExtensions
in package
This is the TwigExtensionsRoot class.
This class extends FWK\Twig\Extensions\TwigExtensions, see this class.
This class is in charge to encapsulate usefull root Extensions for Twig and provide a method to add them to the Twig Environment you want.
Tags
Table of Contents
addExtensions() | This method adds, if they were not added before, the Twig Extensions defined by this TwigExtensions class to the Twig environment passed by parameter. | : void |
---|---|---|
isAdded() | This method returns true if the Twig Extensions defined in this TwigExtensions class has been already added to the Twig Environment passed by parameter, it returns False otherwise. | : bool |
addLocalExtensions() | This method adds the Twig Extensions and filters defined by this class (see them) to the Twig Environment passed by parameter. | : void |
Methods
addExtensions()
This method adds, if they were not added before, the Twig Extensions defined by this TwigExtensions class to the Twig environment passed by parameter.
public
static addExtensions(Environment $twig) : void
Parameters
- $twig : Environment
Return values
void —isAdded()
This method returns true if the Twig Extensions defined in this TwigExtensions class has been already added to the Twig Environment passed by parameter, it returns False otherwise.
public
static isAdded(Environment $twig) : bool
Parameters
- $twig : Environment
Return values
bool —addLocalExtensions()
This method adds the Twig Extensions and filters defined by this class (see them) to the Twig Environment passed by parameter.
protected
static addLocalExtensions(Environment $twig) : void
Parameters
- $twig : Environment