PHP Interface Pinq\Providers\DSL\Compilation\Compilers\IScopeCompiler

Author: Elliot Levin ([email protected])
Inheritance: extends Pinq\Queries\Segments\ISegmentVisitor
Mostra file Open project: timetoogo/pinq Interface Usage Examples

Public Methods

Method Description
compile ( ) : void
getCompilation ( ) : Pinq\Providers\DSL\Compilation\IQueryCompilation
getScope ( ) : Pinq\Queries\IScope

Method Details

compile() public method

public compile ( ) : void
return void

getCompilation() public method

public getCompilation ( ) : Pinq\Providers\DSL\Compilation\IQueryCompilation
return Pinq\Providers\DSL\Compilation\IQueryCompilation

getScope() public method

public getScope ( ) : Pinq\Queries\IScope
return Pinq\Queries\IScope