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:

SecurityPolicyInterface.php
17 17
 */
18 18
interface Twig_Sandbox_SecurityPolicyInterface
19 19
{
20
    function checkSecurity($tags, $filters, $functions);
20
    public function checkSecurity($tags, $filters, $functions);
21 21

  
22
    function checkMethodAllowed($obj, $method);
22
    public function checkMethodAllowed($obj, $method);
23 23

  
24
    function checkPropertyAllowed($obj, $method);
24
    public function checkPropertyAllowed($obj, $method);
25 25
}

Also available in: Unified diff