1 | <?php |
||
5 | class ExtendsAdmingeneratedTokenParser extends \Twig_TokenParser |
||
|
|||
6 | { |
||
7 | |||
8 | /** |
||
9 | * Parses a token and returns a node. |
||
10 | * |
||
11 | * @param \Twig_Token $token A \Twig_Token instance |
||
12 | * |
||
13 | * @return \Twig_NodeInterface A \Twig_NodeInterface instance |
||
14 | */ |
||
15 | public function parse(\Twig_Token $token) |
||
32 | |||
33 | /** |
||
34 | * Gets the tag name associated with this token parser. |
||
35 | * |
||
36 | * @return string The tag name |
||
37 | */ |
||
38 | public function getTag() |
||
42 | } |
||
43 |
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be removed from the class and what other constant to use instead.