__call()
__construct()
getDescription()
getPosition()
getType()
setDescription()
setPosition()
setType()
$description
$position
$reflection
$type
Parameter Reflection
Decorates a ReflectionParameter to allow setting the parameter type
__call(string $method, array $args) : mixed
string
array
\Zend\Server\Reflection\Exception\BadMethodCallException | 
|---|
mixed__construct(\ReflectionParameter $r, string $type, string $description)
stringParameter type
stringParameter description
getDescription() : string
stringgetPosition() : int
intgetType() : string
stringsetDescription(string | null $description) : void
stringnull
\Zend\Server\Reflection\Exception\InvalidArgumentException | 
|---|
setPosition(int $index) : void
int
setType(string | null $type) : void
$description : string
$position : int
$type : string