ArginfoType
Table of Contents
-
$classTypes
: array<string|int, ClassType>
-
$builtinTypes
: array<string|int, SimpleType>
-
__construct()
: mixed
-
hasClassType()
: bool
-
toClassTypeString()
: string
-
toTypeMask()
: string
$classTypes
public
array<string|int, ClassType>
$classTypes
$builtinTypes
private
array<string|int, SimpleType>
$builtinTypes
__construct()
public
__construct(array<string|int, mixed> $classTypes, array<string|int, mixed> $builtinTypes) : mixed
Parameters
-
$classTypes
: array<string|int, mixed>
-
-
$builtinTypes
: array<string|int, mixed>
-
Return values
mixed
—
hasClassType()
public
hasClassType() : bool
Return values
bool
—
toClassTypeString()
public
toClassTypeString() : string
Return values
string
—
toTypeMask()
public
toTypeMask() : string
Return values
string
—