コード例 #1
0
ファイル: Item.php プロジェクト: smile-sa/elasticsuite
 /**
  * Return the ES source document for the current product.
  *
  * @return array
  */
 private function getDocumentSource()
 {
     return $this->product->getDocumentSource() ?: [];
 }