You are here

public static function Description::export in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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\DocBlock

Code

public static function export() {
  throw new \Exception('Not yet implemented');
}