[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

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

(no description)

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

Defines 1 class

DocBlockMethod:: (6 methods):
  __construct()
  getContext()
  getParameters()
  getReturn()
  refineParam()
  refineReturn()


Class: DocBlockMethod  - X-Ref

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

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

param: ReflectionMethod|ReflectionFunction $reflector

getContext()   X-Ref
No description

getParameters()   X-Ref
Convenience method to access the method parameters

return: array

getReturn()   X-Ref
Convenience method to access the method return

return: array

refineParam()   X-Ref
Parse the param tag into its components

return: void

refineReturn()   X-Ref
Parse the return tag into its components

return: void