Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
TYPE_AUTO = 'auto'
Details TYPE_BOOLEAN = 'boolean'
Details TYPE_BOOL = 'bool'
Details TYPE_NUMBER = 'number'
Details TYPE_INTEGER = 'integer'
Details TYPE_INT = 'int'
Details TYPE_FLOAT = 'float'
Details TYPE_DOUBLE = 'double'
Details TYPE_STRING = 'string'
Details TYPE_ARRAY = 'array'
Details TYPE_CONSTANT = 'constant'
Details TYPE_NULL = 'null'
Details TYPE_OTHER = 'other'
Detailsint $_arrayDepth = '1'
Detailsarray $_constants = 'array'
Detailsstring $_type = 'self'
Detailsmixed $_value = 'null'
Details_getAutoDeterminedType(
mixed $value
)
:
string_getAutoDeterminedType()
Details_getValidatedType(
string $type
)
:
string_getValidatedType()
Details_init(
)
:
_init()
This method will prepare the constant array for this class
Detailsgenerate(
)
:
stringgenerate()
DetailsgetArrayDepth(
)
:
intgetArrayDepth()
DetailsgetType(
)
:
stringgetType()
DetailsgetValue(
)
:
mixedgetValue()
DetailsisValidConstantType(
)
:
boolisValidConstantType()
DetailssetArrayDepth(
int $arrayDepth
)
:
Zend_CodeGenerator_Php_Property_DefaultValuesetArrayDepth()
DetailssetType(
string $type
)
:
Zend_CodeGenerator_Php_Property_DefaultValuesetType()
DetailssetValue(
mixed $value
)
:
Zend_CodeGenerator_Php_Property_DefaultValuesetValue()
Details