Method | Description | |
---|---|---|
attributeDescriptions ( ) : array | ||
attributeLabels ( ) : array | ||
behaviors ( ) : array | ||
model ( $className = __CLASS__ ) : Attribute | Returns the static model of the specified AR class. | |
relations ( ) : array | ||
rules ( ) : array | ||
tableName ( ) : string |
public attributeDescriptions ( ) : array | ||
return | array | customized attribute descriptions (name=>description) |
public attributeLabels ( ) : array | ||
return | array | customized attribute labels (name=>label) |
public static model ( $className = __CLASS__ ) : Attribute | ||
return | Attribute | the static model class |