Table of Contents
Constants
-
DERIVATION_EXTENSION
= 0x2
-
DERIVATION_LIST
= 0x8
-
DERIVATION_RESTRICTION
= 0x1
-
DERIVATION_UNION
= 0x4
Methods
-
getTypeName()
: string
-
getTypeNamespace()
: string
-
isDerivedFrom()
: bool
DERIVATION_EXTENSION
public
mixed
DERIVATION_EXTENSION
= 0x2
DERIVATION_LIST
public
mixed
DERIVATION_LIST
= 0x8
DERIVATION_RESTRICTION
public
mixed
DERIVATION_RESTRICTION
= 0x1
DERIVATION_UNION
public
mixed
DERIVATION_UNION
= 0x4
getTypeName()
public
getTypeName() : string
getTypeNamespace()
public
getTypeNamespace() : string
isDerivedFrom()
public
isDerivedFrom(string $typeNamespaceArg, string $typeNameArg, int $derivationMethod) : bool
Parameters
-
$typeNamespaceArg
: string
-
-
$typeNameArg
: string
-
-
$derivationMethod
: int
-