PHP Class Pinq\Providers\DSL\Compilation\Processors\QueryProcessor

Author: Elliot Levin ([email protected])
Inheritance: implements Pinq\Providers\DSL\Compilation\Processors\IQueryProcessor
Datei anzeigen Open project: timetoogo/pinq Class Usage Examples

Protected Properties

Property Type Description
$scopeProcessor Pinq\Providers\DSL\Compilation\Processors\IScopeProcessor

Public Methods

Method Description
__construct ( Pinq\Providers\DSL\Compilation\Processors\IScopeProcessor $scopeProcessor )
getScopeProcessor ( )

Method Details

__construct() public method

public __construct ( Pinq\Providers\DSL\Compilation\Processors\IScopeProcessor $scopeProcessor )
$scopeProcessor Pinq\Providers\DSL\Compilation\Processors\IScopeProcessor

getScopeProcessor() public method

public getScopeProcessor ( )

Property Details

$scopeProcessor protected_oe property

protected IScopeProcessor,Pinq\Providers\DSL\Compilation\Processors $scopeProcessor
return Pinq\Providers\DSL\Compilation\Processors\IScopeProcessor