Method | Description | |
---|---|---|
attributeLabels ( ) : array | ||
model ( $className = __CLASS__ ) : ElementOperation | Returns the static model of the specified AR class. | |
relations ( ) : array | ||
rules ( ) : array | ||
setDefaultOptions ( ) | Set default values for forms on create. | |
tableName ( ) : string |
public attributeLabels ( ) : array | ||
return | array | customized attribute labels (name=>label) |
public static model ( $className = __CLASS__ ) : ElementOperation | ||
return | ElementOperation | the static model class |
public setDefaultOptions ( ) |