[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

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

(no description)

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

Defines 1 class

DocBlockClass:: (4 methods):
  __construct()
  getContext()
  getMethodDocs()
  getPropertyDocs()


Class: DocBlockClass  - X-Ref

__construct(ReflectionClass $reflector)   X-Ref
Parse the given docblock

The docblock can be of a method, class or property.

param: ReflectionClass $reflector

getContext()   X-Ref
No description

getMethodDocs()   X-Ref
Get the public methods of this class

return: DocBlockMethod[]

getPropertyDocs()   X-Ref
Get the public properties of this class

return: DocBlockProperty[]