IntMask
extends Integer
in package
implements
PseudoType
FinalYes
Value Object representing the `int-mask` type.
Tags
Table of Contents
Interfaces
Properties
Methods
- __construct() : mixed
- __toString() : string
- Returns a rendered output of the Type as it would be used in a DocBlock.
- getTypes() : array<string|int, Type>
- underlyingType() : Type
Properties
$types
private
array<string|int, Type>
$types
Methods
__construct()
public
__construct(Type ...$types) : mixed
Parameters
- $types : Type
__toString()
Returns a rendered output of the Type as it would be used in a DocBlock.
public
__toString() : string
Return values
stringgetTypes()
public
getTypes() : array<string|int, Type>
Return values
array<string|int, Type>underlyingType()
public
underlyingType() : Type