Dotclear


Ignore:
Timestamp:
02/15/13 08:35:19 (13 years ago)
Author:
Dsls <dsls@…>
Branch:
twig
Children:
1106:a4487f3ca4b4, 1147:2e5cb79e4782
Message:

Twig 1.12.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/libs/twig/Function/Method.php

    r991 r1101  
    1414 * Represents a method template function. 
    1515 * 
     16 * Use Twig_SimpleFunction instead. 
     17 * 
    1618 * @package    twig 
    1719 * @author     Arnaud Le Blanc <arnaud.lb@gmail.com> 
     20 * @deprecated since 1.12 (to be removed in 2.0) 
    1821 */ 
    1922class Twig_Function_Method extends Twig_Function 
     
    2427    public function __construct(Twig_ExtensionInterface $extension, $method, array $options = array()) 
    2528    { 
     29        $options['callable'] = array($extension, $method); 
     30 
    2631        parent::__construct($options); 
    2732 
Note: See TracChangeset for help on using the changeset viewer.

Sites map