프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$service |
메소드 | 설명 | |
---|---|---|
attributeLabels ( ) : array | ||
model ( $className = __CLASS__ ) : the | Returns the static model of the specified AR class. | |
relations ( ) : array | ||
rules ( ) : array | ||
search ( ) : CActiveDataProvider | Retrieves a list of models based on the current search/filter conditions. | |
sidedFields ( ) | (non-PHPdoc). | |
tableName ( ) : string |
public attributeLabels ( ) : array | ||
리턴 | array | customized attribute labels (name=>label) |
public static model ( $className = __CLASS__ ) : the | ||
리턴 | the | static model class |
public search ( ) : CActiveDataProvider | ||
리턴 | CActiveDataProvider | the data provider that can return the models based on the search/filter conditions. |