Globals
-------
-Global variables can be registered in an extensions via the ``getGlobals()``
+Global variables can be registered in an extension via the ``getGlobals()``
method::
class Project_Twig_Extension extends Twig_Extension
Functions
---------
-Functions can be registered in an extensions via the ``getFunctions()``
+Functions can be registered in an extension via the ``getFunctions()``
method::
class Project_Twig_Extension extends Twig_Extension