Add getName() method to tag interface

This commit is contained in:
Mike van Riel
2015-06-13 18:02:21 +02:00
committed by Mike van Riel
parent e586a50170
commit c150553124
+2
View File
@@ -16,6 +16,8 @@ use phpDocumentor\Reflection\DocBlock\Description\Formatter;
interface Tag
{
public function getName();
public static function create($body);
public function render(Formatter $formatter = null);