public static function DocBlock::export in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock.php \phpDocumentor\Reflection\DocBlock::export()
Builds a string representation of this object.
@todo determine the exact format as used by PHP Reflection and implement it.
@codeCoverageIgnore Not yet implemented
Return value
string
File
- vendor/
phpdocumentor/ reflection-docblock/ src/ phpDocumentor/ Reflection/ DocBlock.php, line 452
Class
- DocBlock
- Parses the DocBlock for any structure.
Namespace
phpDocumentor\ReflectionCode
public static function export() {
throw new \Exception('Not yet implemented');
}