[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategy/ -> NamingStrategyInterface.php (summary)

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: 37 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

NamingStrategyInterface:: (2 methods):
  hydrate()
  extract()


Interface: NamingStrategyInterface  - X-Ref

Allow property extraction / hydration for hydrator

Interface PropertyStrategyInterface
hydrate($name)   X-Ref
Converts the given name so that it can be extracted by the hydrator.

param: string $name   The original name
param: object $object (optional) The original object for context.
return: mixed         The hydrated name

extract($name)   X-Ref
Converts the given name so that it can be hydrated by the hydrator.

param: string $name The original name
param: array  $data (optional) The original data for context.
return: mixed The extracted name



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1