__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)
string
Parameter type
string
Parameter description
getDescription() : string
string
getPosition() : int
int
getType() : string
string
setDescription(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