[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
Zend Framework (http://framework.zend.com/)
Copyright: | Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
License: | http://framework.zend.com/license/new-bsd New BSD License |
File Size: | 435 lines (11 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ValueGenerator:: (19 methods):
__construct()
initEnvironmentConstants()
addConstant()
deleteConstant()
getConstants()
isValidConstantType()
setValue()
getValue()
setType()
getType()
setArrayDepth()
getArrayDepth()
getValidatedType()
getAutoDeterminedType()
generate()
escape()
setOutputMode()
getOutputMode()
__toString()
Class: ValueGenerator - X-Ref
__construct($value = null, $type = self::TYPE_AUTO, $outputMode = self::OUTPUT_MULTIPLE_LINE, ArrayObject $constants = null) X-Ref |
param: mixed $value param: string $type param: string $outputMode param: ArrayObject $constants |
initEnvironmentConstants() X-Ref |
Init constant list by defined and magic constants |
addConstant($constant) X-Ref |
Add constant to list param: string $constant return: $this |
deleteConstant($constant) X-Ref |
Delete constant from constant list param: string $constant return: bool |
getConstants() X-Ref |
Return constant list return: ArrayObject |
isValidConstantType() X-Ref |
return: bool |
setValue($value) X-Ref |
param: mixed $value return: ValueGenerator |
getValue() X-Ref |
return: mixed |
setType($type) X-Ref |
param: string $type return: ValueGenerator |
getType() X-Ref |
return: string |
setArrayDepth($arrayDepth) X-Ref |
param: int $arrayDepth return: ValueGenerator |
getArrayDepth() X-Ref |
return: int |
getValidatedType($type) X-Ref |
param: string $type return: string |
getAutoDeterminedType($value) X-Ref |
param: mixed $value return: string |
generate() X-Ref |
return: string |
escape($input, $quote = true) X-Ref |
Quotes value for PHP code. param: string $input Raw string. param: bool $quote Whether add surrounding quotes or not. return: string PHP-ready code. |
setOutputMode($outputMode) X-Ref |
param: string $outputMode return: ValueGenerator |
getOutputMode() X-Ref |
return: string |
__toString() X-Ref |
No description |
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |