메소드 | 설명 | |
---|---|---|
attributeDescriptions ( ) : array | ||
attributeLabels ( ) : array | ||
getAttributeGroups ( ) : array | ||
model ( $className = __CLASS__ ) : Type | 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. | |
storeTypeAttributes ( array $attributes ) : boolean | ||
tableName ( ) : string |
public attributeDescriptions ( ) : array | ||
리턴 | array | customized attribute descriptions (name=>description) |
public attributeLabels ( ) : array | ||
리턴 | array | customized attribute labels (name=>label) |
public static model ( $className = __CLASS__ ) : Type | ||
리턴 | Type | the static model class |
public search ( ) : CActiveDataProvider | ||
리턴 | CActiveDataProvider | the data provider that can return the models based on the search/filter conditions. |
public storeTypeAttributes ( array $attributes ) : boolean | ||
$attributes | array | |
리턴 | boolean |