Example #1
0
 /**
  * creates an array of sub ids for the given object
  * use that function, if one object should be indexed more than once (e.g. if field collections are in use)
  *
  * @param OnlineShop_Framework_ProductInterfaces_IIndexable $object
  * @return OnlineShop_Framework_ProductInterfaces_IIndexable[]
  */
 public function createSubIdsForObject(OnlineShop_Framework_ProductInterfaces_IIndexable $object)
 {
     return array($object->getId() => $object);
 }