extraSearch() public static method

public static extraSearch ( $object )
Ejemplo n.º 1
0
 /**
  * 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);
 }