extraSearch() public static méthode

public static extraSearch ( $object )
 /**
  * Retrieves a list of models based on the current search/filter conditions.
  * @return CActiveDataProvider the data provider that can return the models based on the search/filter conditions.
  */
 public function search()
 {
     return Object::extraSearch($this);
 }