PHP Class Cake\ElasticSearch\Association\EmbedMany

Inheritance: extends Embedded
Datei anzeigen 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 ( )