Common\Core\Twig\BaseTwigTemplate::compile PHP Method

compile() public method

Deprecation: no longer used because we use twig now
public compile ( )
    public function compile()
    {
        trigger_error('This method was used in SpoonTemplate but does nothing anymore in twig', E_USER_DEPRECATED);
    }