[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/inc/Remote/OpenApiDoc/ -> DocBlock.php (summary)

(no description)

File Size: 111 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

DocBlock:: (6 methods):
  __construct()
  getContext()
  getSummary()
  getDescription()
  getTags()
  getTag()


Class: DocBlock  - X-Ref

__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