[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 <?php 2 3 use Twig\Node\NodeCaptureInterface; 4 5 class_exists('Twig\Node\NodeCaptureInterface'); 6 7 @trigger_error('Using the "Twig_NodeCaptureInterface" class is deprecated since Twig version 2.7, use "Twig\Node\NodeCaptureInterface" instead.', \E_USER_DEPRECATED); 8 9 if (false) { 10 /** @deprecated since Twig 2.7, use "Twig\Node\NodeCaptureInterface" instead */ 11 class Twig_NodeCaptureInterface extends NodeCaptureInterface 12 { 13 } 14 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |