| [ 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: | 226 lines (7 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
PropertyGenerator:: (8 methods):
fromReflection()
fromArray()
__construct()
setConst()
isConst()
setDefaultValue()
getDefaultValue()
generate()
Class: PropertyGenerator - X-Ref
| fromReflection(PropertyReflection $reflectionProperty) X-Ref |
param: PropertyReflection $reflectionProperty return: PropertyGenerator |
| fromArray(array $array) X-Ref |
| Generate from array param: array $array return: PropertyGenerator |
| __construct($name = null, $defaultValue = null, $flags = self::FLAG_PUBLIC) X-Ref |
param: string $name param: PropertyValueGenerator|string|array $defaultValue param: int $flags |
| setConst($const) X-Ref |
param: bool $const return: PropertyGenerator |
| isConst() X-Ref |
return: bool |
| setDefaultValue($defaultValue, $defaultValueType = PropertyValueGenerator::TYPE_AUTO, $defaultValueOutputMode = PropertyValueGenerator::OUTPUT_MULTIPLE_LINE) X-Ref |
param: PropertyValueGenerator|mixed $defaultValue param: string $defaultValueType param: string $defaultValueOutputMode return: PropertyGenerator |
| getDefaultValue() X-Ref |
return: PropertyValueGenerator |
| generate() X-Ref |
return: string |
| Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |