Implements type mapping from string to ezcReflectionType
Source for this file: /Reflection/src/type_factory.php
Version: | //autogen// |
protected ezcReflectionTypeMapper |
$mapper
|
public ezcReflectionTypeFactoryImpl |
__construct(
)
Constructs a type factory implementation |
public ezcReflectionType |
getType(
$typeName
)
Creates a type object for given type name |
Constructs a type factory implementation
Creates a type object for given type name
Name | Type | Description |
---|---|---|
$typeName |
string|ReflectionClass |
Method | Description |
---|---|
ezcReflectionTypeFactory::getType() |
Creates a type object for given typeName |