Changeset 1101:7273894e61b8 for inc/libs/twig/Function/Function.php
- Timestamp:
- 02/15/13 08:35:19 (13 years ago)
- Branch:
- twig
- Children:
- 1106:a4487f3ca4b4, 1147:2e5cb79e4782
- File:
-
- 1 edited
-
inc/libs/twig/Function/Function.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
inc/libs/twig/Function/Function.php
r0 r1101 14 14 * Represents a function template function. 15 15 * 16 * Use Twig_SimpleFunction instead. 17 * 16 18 * @package twig 17 19 * @author Arnaud Le Blanc <arnaud.lb@gmail.com> 20 * @deprecated since 1.12 (to be removed in 2.0) 18 21 */ 19 22 class Twig_Function_Function extends Twig_Function … … 23 26 public function __construct($function, array $options = array()) 24 27 { 28 $options['callable'] = $function; 29 25 30 parent::__construct($options); 26 31
Note: See TracChangeset
for help on using the changeset viewer.
