file-fetcher
|
Classes | |
class | MyTag |
Variables | |
$docComment = | |
$customTags = ['my-tag' => MyTag::class] | |
$factory = DocBlockFactory::createInstance($customTags) | |
$docblock = $factory->create($docComment) | |
$customTagObjects = $docblock->getTagsByName('my-tag') | |
$serializer = new Serializer() | |
$reconstitutedDocComment = $serializer->getDocComment($docblock) | |
$customTagObjects = $docblock->getTagsByName('my-tag') |
$customTags = ['my-tag' => MyTag::class] |
$docblock = $factory->create($docComment) |
$docComment = |
$factory = DocBlockFactory::createInstance($customTags) |
$reconstitutedDocComment = $serializer->getDocComment($docblock) |
$serializer = new Serializer() |