public function addIndexedPreference($attribute, $value, $operator = '=', $expires = 0, $max = 0)
 {
     $this->__load();
     return parent::addIndexedPreference($attribute, $value, $operator, $expires, $max);
 }