file-fetcher
Variables
02-escaping.php File Reference

Variables

 $docComment =
 
 $factory = DocBlockFactory::createInstance()
 
 $docblock = $factory->create($docComment)
 
 $description = $docblock->getDescription()
 
 $receivedDocComment =
 
 $foundDescription = $description->render()
 

Variable Documentation

◆ $description

$description = $docblock->getDescription()

◆ $docblock

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

◆ $docComment

$docComment =

◆ $factory

$factory = DocBlockFactory::createInstance()

◆ $foundDescription

$foundDescription = $description->render()

◆ $receivedDocComment

$receivedDocComment =