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
18 18
 */
19 19
class Twig_Function_Method extends Twig_Function
20 20
{
21
    protected $extension, $method;
21
    protected $extension;
22
    protected $method;
22 23

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

Also available in: Unified diff