mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 19:06:40 +00:00
Fixed PhpDoc for Twig_TokenParserInterface and all other TokenParsers
This commit is contained in:
@@ -68,7 +68,7 @@ class Twig_TokenParser_AutoEscape extends Twig_TokenParser
|
|||||||
/**
|
/**
|
||||||
* Gets the tag name associated with this token parser.
|
* Gets the tag name associated with this token parser.
|
||||||
*
|
*
|
||||||
* @param string The tag name
|
* @return string The tag name
|
||||||
*/
|
*/
|
||||||
public function getTag()
|
public function getTag()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ class Twig_TokenParser_Block extends Twig_TokenParser
|
|||||||
/**
|
/**
|
||||||
* Gets the tag name associated with this token parser.
|
* Gets the tag name associated with this token parser.
|
||||||
*
|
*
|
||||||
* @param string The tag name
|
* @return string The tag name
|
||||||
*/
|
*/
|
||||||
public function getTag()
|
public function getTag()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ class Twig_TokenParser_Do extends Twig_TokenParser
|
|||||||
/**
|
/**
|
||||||
* Gets the tag name associated with this token parser.
|
* Gets the tag name associated with this token parser.
|
||||||
*
|
*
|
||||||
* @param string The tag name
|
* @return string The tag name
|
||||||
*/
|
*/
|
||||||
public function getTag()
|
public function getTag()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ class Twig_TokenParser_Extends extends Twig_TokenParser
|
|||||||
/**
|
/**
|
||||||
* Gets the tag name associated with this token parser.
|
* Gets the tag name associated with this token parser.
|
||||||
*
|
*
|
||||||
* @param string The tag name
|
* @return string The tag name
|
||||||
*/
|
*/
|
||||||
public function getTag()
|
public function getTag()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ class Twig_TokenParser_Filter extends Twig_TokenParser
|
|||||||
/**
|
/**
|
||||||
* Gets the tag name associated with this token parser.
|
* Gets the tag name associated with this token parser.
|
||||||
*
|
*
|
||||||
* @param string The tag name
|
* @return string The tag name
|
||||||
*/
|
*/
|
||||||
public function getTag()
|
public function getTag()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ class Twig_TokenParser_Flush extends Twig_TokenParser
|
|||||||
/**
|
/**
|
||||||
* Gets the tag name associated with this token parser.
|
* Gets the tag name associated with this token parser.
|
||||||
*
|
*
|
||||||
* @param string The tag name
|
* @return string The tag name
|
||||||
*/
|
*/
|
||||||
public function getTag()
|
public function getTag()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ class Twig_TokenParser_For extends Twig_TokenParser
|
|||||||
/**
|
/**
|
||||||
* Gets the tag name associated with this token parser.
|
* Gets the tag name associated with this token parser.
|
||||||
*
|
*
|
||||||
* @param string The tag name
|
* @return string The tag name
|
||||||
*/
|
*/
|
||||||
public function getTag()
|
public function getTag()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ class Twig_TokenParser_From extends Twig_TokenParser
|
|||||||
/**
|
/**
|
||||||
* Gets the tag name associated with this token parser.
|
* Gets the tag name associated with this token parser.
|
||||||
*
|
*
|
||||||
* @param string The tag name
|
* @return string The tag name
|
||||||
*/
|
*/
|
||||||
public function getTag()
|
public function getTag()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ class Twig_TokenParser_If extends Twig_TokenParser
|
|||||||
/**
|
/**
|
||||||
* Gets the tag name associated with this token parser.
|
* Gets the tag name associated with this token parser.
|
||||||
*
|
*
|
||||||
* @param string The tag name
|
* @return string The tag name
|
||||||
*/
|
*/
|
||||||
public function getTag()
|
public function getTag()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ class Twig_TokenParser_Import extends Twig_TokenParser
|
|||||||
/**
|
/**
|
||||||
* Gets the tag name associated with this token parser.
|
* Gets the tag name associated with this token parser.
|
||||||
*
|
*
|
||||||
* @param string The tag name
|
* @return string The tag name
|
||||||
*/
|
*/
|
||||||
public function getTag()
|
public function getTag()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ class Twig_TokenParser_Include extends Twig_TokenParser
|
|||||||
/**
|
/**
|
||||||
* Gets the tag name associated with this token parser.
|
* Gets the tag name associated with this token parser.
|
||||||
*
|
*
|
||||||
* @param string The tag name
|
* @return string The tag name
|
||||||
*/
|
*/
|
||||||
public function getTag()
|
public function getTag()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ class Twig_TokenParser_Macro extends Twig_TokenParser
|
|||||||
/**
|
/**
|
||||||
* Gets the tag name associated with this token parser.
|
* Gets the tag name associated with this token parser.
|
||||||
*
|
*
|
||||||
* @param string The tag name
|
* @return string The tag name
|
||||||
*/
|
*/
|
||||||
public function getTag()
|
public function getTag()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ class Twig_TokenParser_Sandbox extends Twig_TokenParser
|
|||||||
/**
|
/**
|
||||||
* Gets the tag name associated with this token parser.
|
* Gets the tag name associated with this token parser.
|
||||||
*
|
*
|
||||||
* @param string The tag name
|
* @return string The tag name
|
||||||
*/
|
*/
|
||||||
public function getTag()
|
public function getTag()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ class Twig_TokenParser_Set extends Twig_TokenParser
|
|||||||
/**
|
/**
|
||||||
* Gets the tag name associated with this token parser.
|
* Gets the tag name associated with this token parser.
|
||||||
*
|
*
|
||||||
* @param string The tag name
|
* @return string The tag name
|
||||||
*/
|
*/
|
||||||
public function getTag()
|
public function getTag()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ class Twig_TokenParser_Spaceless extends Twig_TokenParser
|
|||||||
/**
|
/**
|
||||||
* Gets the tag name associated with this token parser.
|
* Gets the tag name associated with this token parser.
|
||||||
*
|
*
|
||||||
* @param string The tag name
|
* @return string The tag name
|
||||||
*/
|
*/
|
||||||
public function getTag()
|
public function getTag()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ class Twig_TokenParser_Use extends Twig_TokenParser
|
|||||||
/**
|
/**
|
||||||
* Gets the tag name associated with this token parser.
|
* Gets the tag name associated with this token parser.
|
||||||
*
|
*
|
||||||
* @param string The tag name
|
* @return string The tag name
|
||||||
*/
|
*/
|
||||||
public function getTag()
|
public function getTag()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ interface Twig_TokenParserInterface
|
|||||||
/**
|
/**
|
||||||
* Gets the tag name associated with this token parser.
|
* Gets the tag name associated with this token parser.
|
||||||
*
|
*
|
||||||
* @param string The tag name
|
* @return string The tag name
|
||||||
*/
|
*/
|
||||||
function getTag();
|
function getTag();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user