Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created October 29, 2019 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/80037802252ea2b9310ae6b1c46ed63f to your computer and use it in GitHub Desktop.
Save parzibyte/80037802252ea2b9310ae6b1c46ed63f to your computer and use it in GitHub Desktop.
<?php
$funcion = new TwigFunction("nombre_funcion", function(){
return "Todo bien";
});
# La agregamos
$twig->addFunction($funcion);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment