public function DocBlock::__toString 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::__toString()
Returns the exported information (we should use the export static method BUT this throws an exception at this point).
@codeCoverageIgnore Not yet implemented
Return value
string
File
- vendor/
phpdocumentor/ reflection-docblock/ src/ phpDocumentor/ Reflection/ DocBlock.php, line 464
Class
- DocBlock
- Parses the DocBlock for any structure.
Namespace
phpDocumentor\ReflectionCode
public function __toString() {
return 'Not yet implemented';
}