| [ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
Zend Framework (http://framework.zend.com/)
| Copyright: | Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com) |
| License: | http://framework.zend.com/license/new-bsd New BSD License |
| File Size: | 258 lines (8 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
PropertyGenerator:: (9 methods):
fromReflection()
fromArray()
__construct()
setConst()
isConst()
setDefaultValue()
getDefaultValue()
generate()
omitDefaultValue()
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 |
| omitDefaultValue(bool $omit = true) X-Ref |
param: bool $omit return: PropertyGenerator |
| Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |