file-fetcher
Variables
01-interpreting-a-simple-docblock.php File Reference

Variables

 $docComment =
 
 $factory = DocBlockFactory::createInstance()
 
 $docblock = $factory->create($docComment)
 
 $summary = $docblock->getSummary()
 
 $description = $docblock->getDescription()
 

Variable Documentation

◆ $description

$description = $docblock->getDescription()

◆ $docblock

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

◆ $docComment

$docComment =

◆ $factory

$factory = DocBlockFactory::createInstance()

◆ $summary

$summary = $docblock->getSummary()