Documentation

TypeInfo

Table of Contents

Constants

DERIVATION_EXTENSION  = 0x2
DERIVATION_LIST  = 0x8
DERIVATION_RESTRICTION  = 0x1
DERIVATION_UNION  = 0x4

Methods

getTypeName()  : string
getTypeNamespace()  : string
isDerivedFrom()  : bool

Constants

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

Methods

getTypeName()

public getTypeName() : string
Return values
string

getTypeNamespace()

public getTypeNamespace() : string
Return values
string

isDerivedFrom()

public isDerivedFrom(string $typeNamespaceArg, string $typeNameArg, int $derivationMethod) : bool
Parameters
$typeNamespaceArg : string
$typeNameArg : string
$derivationMethod : int
Return values
bool

        
On this page

Search results