TypeScope
        
        extends BaseScope
    
    
            
            in package
            
        
    
    
    
Class TypeScope.
Tags
Table of Contents
Methods
- apply() : mixed
 - applyQueryBuilder() : void
 - likeOperator() : string
 - return the case-insensitive LIKE operator bases on the current database driver.
 - alias() : string
 
Methods
apply()
    public
                    apply(Builder $builder, Model $model) : mixed
    Parameters
- $builder : Builder
 - $model : Model
 
applyQueryBuilder()
    public
                    applyQueryBuilder(Builder $builder) : void
    Parameters
- $builder : Builder
 
likeOperator()
return the case-insensitive LIKE operator bases on the current database driver.
    public
                    likeOperator() : string
    Return values
stringalias()
    protected
                    alias(string $table, string $column) : string
    Parameters
- $table : string
 - $column : string