| [ 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: | 274 lines (9 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
ClassMethods:: (11 methods):
__construct()
setOptions()
setUnderscoreSeparatedKeys()
getUnderscoreSeparatedKeys()
extract()
hydrate()
addFilter()
removeFilter()
setNamingStrategy()
removeNamingStrategy()
resetCaches()
Class: ClassMethods - X-Ref
| __construct($underscoreSeparatedKeys = true) X-Ref |
| Define if extract values will use camel case or name with underscore param: bool|array $underscoreSeparatedKeys |
| setOptions($options) X-Ref |
param: array|Traversable $options return: ClassMethods |
| setUnderscoreSeparatedKeys($underscoreSeparatedKeys) X-Ref |
param: bool $underscoreSeparatedKeys return: ClassMethods |
| getUnderscoreSeparatedKeys() X-Ref |
return: bool |
| extract($object) X-Ref |
| Extract values from an object with class methods Extracts the getter/setter of the given $object. param: object $object return: array |
| hydrate(array $data, $object) X-Ref |
| Hydrate an object by populating getter/setter methods Hydrates an object by getter/setter methods of the object. param: array $data param: object $object return: object |
| addFilter($name, $filter, $condition = FilterComposite::CONDITION_OR) X-Ref |
| {@inheritDoc} |
| removeFilter($name) X-Ref |
| {@inheritDoc} |
| setNamingStrategy(NamingStrategyInterface $strategy) X-Ref |
| {@inheritDoc} |
| removeNamingStrategy() X-Ref |
| {@inheritDoc} |
| resetCaches() X-Ref |
| Reset all local hydration/extraction caches |
| Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |