mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Add getName() method to tag interface
This commit is contained in:
committed by
Mike van Riel
parent
e586a50170
commit
c150553124
@@ -16,6 +16,8 @@ use phpDocumentor\Reflection\DocBlock\Description\Formatter;
|
|||||||
|
|
||||||
interface Tag
|
interface Tag
|
||||||
{
|
{
|
||||||
|
public function getName();
|
||||||
|
|
||||||
public static function create($body);
|
public static function create($body);
|
||||||
|
|
||||||
public function render(Formatter $formatter = null);
|
public function render(Formatter $formatter = null);
|
||||||
|
|||||||
Reference in New Issue
Block a user