for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @copyright 2018 Vladimir Jimenez
* @license https://github.com/allejo/stakx/blob/master/LICENSE.md MIT
*/
namespace allejo\stakx\Templating\Twig\Extension;
abstract class AbstractTwigExtension
{
* Whether or not this filter is allowed when a site is built in safe mode.
*
* @return bool
public static function disableInSafeMode()
return false;
}
* Whether or not this filter is allowed when a site is built in debug mode.
public static function onlyInDebug()