Value Object representing a Callable parameters.
- psalm-immutable
CloneableFinalInstantiable
Methods |
public __construct(phpDocumentor |
public getName() : ?string |
public getType() : phpDocumentor |
public isOptional() : bool |
public isReference() : bool |
public isVariadic() : bool |
Properties |
private $isOptional = NULL
|
private $isReference = NULL
|
private $isVariadic = NULL
|
private $name = NULL
|
private $type = NULL
|