public static function Description::export in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Description.php \phpDocumentor\Reflection\DocBlock\Description::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
void
File
- vendor/
phpdocumentor/ reflection-docblock/ src/ phpDocumentor/ Reflection/ DocBlock/ Description.php, line 209
Class
- Description
- Parses a Description of a DocBlock or tag.
Namespace
phpDocumentor\Reflection\DocBlockCode
public static function export() {
throw new \Exception('Not yet implemented');
}