PHP Interface Pinq\Providers\DSL\Compilation\Processors\IScopeProcessor

Author: Elliot Levin ([email protected])
Show file Open project: timetoogo/pinq

Public Methods

Method Description
buildScope ( ) : Pinq\Queries\IScope
forSubScope ( Pinq\Queries\IScope $subScope ) : Pinq\Providers\DSL\Compilation\Processors\IScopeProcessor
processSource ( Pinq\Queries\Common\ISource $source ) : Pinq\Queries\Common\ISource

Method Details

buildScope() public method

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

forSubScope() public method

public forSubScope ( Pinq\Queries\IScope $subScope ) : Pinq\Providers\DSL\Compilation\Processors\IScopeProcessor
$subScope Pinq\Queries\IScope
return Pinq\Providers\DSL\Compilation\Processors\IScopeProcessor

processSource() public method

public processSource ( Pinq\Queries\Common\ISource $source ) : Pinq\Queries\Common\ISource
$source Pinq\Queries\Common\ISource
return Pinq\Queries\Common\ISource