Пример #1
0
 /**
  * {@inheritDoc}
  */
 public function addIndexedPreference($attribute, $value, $operator = '=', $expires = 0, $max = 0)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'addIndexedPreference', array($attribute, $value, $operator, $expires, $max));
     return parent::addIndexedPreference($attribute, $value, $operator, $expires, $max);
 }