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 bool $isOptional |
private bool $isReference |
private bool $isVariadic |
private ?string $name |
private phpDocumentor |