You are here

public static function Tag::export in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag.php \phpDocumentor\Reflection\DocBlock\Tag::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/Tag.php, line 363

Class

Tag
Parses a tag definition for a DocBlock.

Namespace

phpDocumentor\Reflection\DocBlock

Code

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