Representation for the mixed type
Source for this file: /Reflection/src/types/mixed_type.php
ezcReflectionAbstractType | --ezcReflectionMixedType
Version: | //autogen// |
protected ezcReflectionType[] |
$types
|
From ezcReflectionAbstractType | |
---|---|
protected |
ezcReflectionAbstractType::$typeName
|
public string |
getTypeName(
)
Return the name of this type as string |
public ezcReflectionType[] |
getTypes(
)
Returns a list of types |
From ezcReflectionAbstractType | |
---|---|
public ezcReflectionAbstractType |
ezcReflectionAbstractType::__construct()
|
public string |
ezcReflectionAbstractType::getTypeName()
|
public string |
ezcReflectionAbstractType::getXmlName()
Returns name of the correspondent XML Schema datatype |
public DOMElement |
ezcReflectionAbstractType::getXmlSchema()
|
public boolean |
ezcReflectionAbstractType::isArray()
|
public boolean |
ezcReflectionAbstractType::isMap()
|
public boolean |
ezcReflectionAbstractType::isObject()
|
public boolean |
ezcReflectionAbstractType::isPrimitive()
|
public boolean |
ezcReflectionAbstractType::isScalarType()
Returns whether this type is one of integer, float, string, or boolean. |
public String |
ezcReflectionAbstractType::__toString()
Returns a string representation. |
Return the name of this type as string
Method | Description |
---|---|
ezcReflectionAbstractType::getTypeName() |
Returns a list of types