PHP 클래스 Cake\ElasticSearch\Association\EmbedOne

상속: extends Embedded
파일 보기 프로젝트 열기: cakephp/elastic-search

공개 메소드들

메소드 설명
hydrate ( array $data, array $options ) : Document Hydrate an instance from the parent documents data.
type ( ) {@inheritDoc}

메소드 상세

hydrate() 공개 메소드

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.
리턴 Cake\ElasticSearch\Document

type() 공개 메소드

{@inheritDoc}
public type ( )