Пример #1
0
 function __construct(Search_Index_Interface $index)
 {
     parent::__construct($index);
     $this->identifierClass = get_class($index->getTypeFactory()->identifier(1));
     $this->numericClass = get_class($index->getTypeFactory()->numeric(1));
 }
Пример #2
0
 function __construct(Search_Index_Interface $index, array $excluded)
 {
     parent::__construct($index);
     $this->excluded = $excluded;
 }