PHP Class CategoryFilter
This software is confidential and proprietary information.
You shall use it only in accordance with the terms of the
license agreement you entered into with cortical.io GmbH.
****************************************************************************
Datei anzeigen
Open project: damnpoet/yiicart
Class Usage Examples
Public Methods
Method Details
attributeLabels()
public method
model()
public static method
Returns the static model of the specified AR class.
public static model ( string $className = __CLASS__ ) : CategoryFilter |
$className |
string |
active record class name. |
return |
CategoryFilter |
the static model class |
relations()
public method
public rules ( ) : array |
return |
array |
validation rules for model attributes. |
Retrieves a list of models based on the current search/filter conditions.
public search ( ) : CActiveDataProvider |
return |
CActiveDataProvider |
the data provider that can return the models based on the search/filter conditions. |
tableName()
public method