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:

Method.php
17 17
 */
18 18
class Twig_Filter_Method extends Twig_Filter
19 19
{
20
    protected $extension, $method;
20
    protected $extension;
21
    protected $method;
21 22

  
22 23
    public function __construct(Twig_ExtensionInterface $extension, $method, array $options = array())
23 24
    {

Also available in: Unified diff