| [ Index ] |
PHP Cross Reference of DokuWiki |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 111 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
DocBlock:: (6 methods):
__construct()
getContext()
getSummary()
getDescription()
getTags()
getTag()
| __construct(Reflector $reflector) X-Ref |
| Parse the given docblock The docblock can be of a method, class or property. param: Reflector $reflector |
| getContext() X-Ref |
| The class name of the declaring class return: string |
| getSummary() X-Ref |
| Get the first line of the description return: string |
| getDescription() X-Ref |
| Get the full description return: string |
| getTags() X-Ref |
| Get all tags return: array |
| getTag($tag) X-Ref |
| Get a specific tag return: array param: string $tag |