file-fetcher
Variables
03-reconstituting-a-docblock.php File Reference

Variables

 $docComment =
 
 $factory = DocBlockFactory::createInstance()
 
 $docblock = $factory->create($docComment)
 
 $serializer = new Serializer()
 
 $reconstitutedDocComment = $serializer->getDocComment($docblock)
 

Variable Documentation

◆ $docblock

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

◆ $docComment

$docComment =

◆ $factory

$factory = DocBlockFactory::createInstance()

◆ $reconstitutedDocComment

$reconstitutedDocComment = $serializer->getDocComment($docblock)

◆ $serializer

$serializer = new Serializer()