Exemple #1
0
 /**
  * Retrieve collection of product searchable attributes
  *
  * @return DbCollection
  */
 public function getSearchableAttributes()
 {
     $attributes = $this->_catalogSearchAdvanced->getAttributes();
     return $attributes;
 }