| 1 | <?php |
||
| 16 | abstract class TwigTemplate13 extends \Twig_Template |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @var \Sonata\Cache\Invalidation\Recorder |
||
| 20 | */ |
||
| 21 | protected static $recorder; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @static |
||
| 25 | * |
||
| 26 | * @param \Sonata\Cache\Invalidation\Recorder $recorder |
||
| 27 | */ |
||
| 28 | public static function attachRecorder(Recorder $recorder) |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @param $object |
||
| 35 | * @param $item |
||
| 36 | * @param array $arguments |
||
| 37 | * @param string $type |
||
| 38 | * @param bool $isDefinedTest |
||
| 39 | * |
||
| 40 | * @return mixed |
||
| 41 | */ |
||
| 42 | protected function getAttribute($object, $item, array $arguments = array(), $type = \Twig_TemplateInterface::ANY_CALL, $isDefinedTest = false) |
||
| 52 | } |
||
| 53 |