Project

General

Profile

« Previous | Next » 

Revision 1852

Added by darkviper over 11 years ago

updated Twig template engine to stable version 1.11.1 step2

View differences:

FilterInterface.php
22 22
     *
23 23
     * @return string The PHP code for the filter
24 24
     */
25
    function compile();
25
    public function compile();
26 26

  
27
    function needsEnvironment();
27
    public function needsEnvironment();
28 28

  
29
    function needsContext();
29
    public function needsContext();
30 30

  
31
    function getSafe(Twig_Node $filterArgs);
31
    public function getSafe(Twig_Node $filterArgs);
32 32

  
33
    function getPreservesSafety();
33
    public function getPreservesSafety();
34 34

  
35
    function getPreEscape();
35
    public function getPreEscape();
36 36

  
37
    function setArguments($arguments);
37
    public function setArguments($arguments);
38 38

  
39
    function getArguments();
39
    public function getArguments();
40 40
}

Also available in: Unified diff