file-fetcher
Variables
02-interpreting-tags.php File Reference

Variables

 $docComment =
 
 $factory = DocBlockFactory::createInstance()
 
 $docblock = $factory->create($docComment)
 
 $hasSeeTag = $docblock->hasTag('see')
 
 $tags = $docblock->getTags()
 
 $seeTags = $docblock->getTagsByName('see')
 

Variable Documentation

◆ $docblock

$docblock = $factory->create($docComment)

◆ $docComment

$docComment =

◆ $factory

$factory = DocBlockFactory::createInstance()

◆ $hasSeeTag

$hasSeeTag = $docblock->hasTag('see')

◆ $seeTags

$seeTags = $docblock->getTagsByName('see')

◆ $tags

$tags = $docblock->getTags()