PHP Class Pinq\Providers\DSL\Compilation\Compilers\ScopeCompiler

Author: Elliot Levin ([email protected])
Inheritance: extends Compiler, implements Pinq\Providers\DSL\Compilation\Compilers\IScopeCompiler
ファイルを表示 Open project: timetoogo/pinq Class Usage Examples

Protected Properties

Property Type Description
$scope Pinq\Queries\IScope

Public Methods

Method Description
__construct ( Pinq\Queries\IScope $scope, Pinq\Providers\DSL\Compilation\IQueryCompilation $compilation )
compile ( ) : mixed
getScope ( ) : Pinq\Queries\IScope

Method Details

__construct() public method

public __construct ( Pinq\Queries\IScope $scope, Pinq\Providers\DSL\Compilation\IQueryCompilation $compilation )
$scope Pinq\Queries\IScope
$compilation Pinq\Providers\DSL\Compilation\IQueryCompilation

compile() public method

public compile ( ) : mixed
return mixed

getScope() public method

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

Property Details

$scope protected_oe property

protected IScope,Pinq\Queries $scope
return Pinq\Queries\IScope