[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/ -> StrategyInterface.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: 34 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

StrategyInterface:: (2 methods):
  extract()
  hydrate()


Interface: StrategyInterface  - X-Ref


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

param: mixed   $value The original value.
param: object $object (optional) The original object for context.
return: mixed Returns the value that should be extracted.

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

param: mixed $value The original value.
param: array  $data (optional) The original data for context.
return: mixed Returns the value that should be hydrated.



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