Метод | Описание | |
---|---|---|
__set ( $name, $value ) | because we are working with a view here we do not need to save | |
attributeLabels ( ) : array | ||
findAll ( $attributes = '', $values = [] ) | ||
hasLeft ( ) : boolean | ||
hasRight ( ) : boolean | ||
isChild ( ) | ||
model ( $className = __CLASS__ ) : ElementOperation | Returns the static model of the specified AR class. | |
save ( $validation = false, $attributes = null, $allow_overriding = false ) | ||
tableName ( ) : string |
public __set ( $name, $value ) |
public attributeLabels ( ) : array | ||
Результат | array | customized attribute labels (name=>label) |
public static model ( $className = __CLASS__ ) : ElementOperation | ||
Результат | ElementOperation | the static model class |
public save ( $validation = false, $attributes = null, $allow_overriding = false ) |