Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Cake
ElasticSearch
Association
EmbedMany
PHP Class Cake\ElasticSearch\Association\EmbedMany
Inheritance:
extends
Embedded
Exibir arquivo
Open project: cakephp/elastic-search
Public Methods
Method
Description
hydrate
(
array
$data
,
array
$options
) :
Document
Hydrate an instance from the parent documents data.
type
( )
{@inheritDoc}
Method Details
hydrate()
public
method
Hydrate an instance from the parent documents data.
public
hydrate
(
array
$data
,
array
$options
) :
Document
$data
array
The data to use in the embedded document.
$options
array
The options to use in the new document.
return
Cake\ElasticSearch\Document
type()
public
method
{@inheritDoc}
public
type
( )