CanHaveAType
Table of Contents
Properties
- $type : Type|null
Methods
- getType() : Type|null
- getTypes() : array<int, Type>
- setType() : void
Properties
$type
protected
Type|null
$type
= null
normalized type of this argument
Methods
getType()
public
getType() : Type|null
Return values
Type|nullgetTypes()
public
getTypes() : array<int, Type>
Return values
array<int, Type>setType()
public
setType(Type|null $type) : void
Parameters
- $type : Type|null