[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

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

(no description)

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

Defines 1 class

DocBlockProperty:: (3 methods):
  __construct()
  getType()
  refineVar()


Class: DocBlockProperty  - X-Ref

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

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

param: \ReflectionProperty $reflector

getType()   X-Ref
The Type of this property

return: Type

refineVar()   X-Ref
Parse the var tag into its components

return: void