mootensai\enhancedgii\BaseGenerator::getTreeColumns PHP Method

getTreeColumns() public static method

public static getTreeColumns ( )
    public static function getTreeColumns()
    {
        return ['id', 'root', 'lft', 'rgt', 'lvl', 'name', 'icon', 'icon_type', 'active', 'selected', 'disabled', 'readonly', 'visible', 'collapsed', 'movable_u', 'movable_d', 'movable_l', 'movable_r', 'removable', 'removable_all'];
    }