File "NodeCaptureInterface.php"

Full path: E:/sites/Single15/tinmung2007/webroot/phpMyAdmin/phpMyAdmin/vendor/twig/twig/lib/Twig/NodeCaptureInterface.php
File size: 446 B
MIME-type:
Charset: utf-8

Download   Open   Back

<?php

use Twig\Node\NodeCaptureInterface;

class_exists('Twig\Node\NodeCaptureInterface');

@trigger_error(sprintf('Using the "Twig_NodeCaptureInterface" class is deprecated since Twig version 2.7, use "Twig\Node\NodeCaptureInterface" instead.'), E_USER_DEPRECATED);

if (\false) {
    /** @deprecated since Twig 2.7, use "Twig\Node\NodeCaptureInterface" instead */
    class Twig_NodeCaptureInterface extends NodeCaptureInterface
    {
    }
}

PHP File Manager