PHP Class Cake\ElasticSearch\Association\EmbedMany

Inheritance: extends Embedded
Afficher le fichier Open project: cakephp/elastic-search

Méthodes publiques

Méthode Description
hydrate ( array $data, array $options ) : Document Hydrate an instance from the parent documents data.
type ( ) {@inheritDoc}

Method Details

hydrate() public méthode

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.
Résultat Cake\ElasticSearch\Document

type() public méthode

{@inheritDoc}
public type ( )