Export reflection
Required by the Reflector interface.
| Return type: | void |
|---|
@param Reflector|string $commentOrReflector
| Parameters: | null|DocBlockTagManager – |
|---|---|
| Throws ExceptionInvalidArgumentException: | |
| Return type: | DocBlockReflection |
Get DocBlock short description
| Return type: | string |
|---|
Get DocBlock long description
| Return type: | string |
|---|
Does the DocBlock contain the given annotation tag?
| Parameters: | string – |
|---|---|
| Return type: | bool |
Retrieve the given DocBlock tag
| Parameters: | string – |
|---|---|
| Return type: | DocBlockTagInterface|false |
Get all DocBlock annotation tags
| Parameters: | string – |
|---|---|
| Return type: | DocBlockTagInterface[] |
Parse the DocBlock
| Return type: | void |
|---|