PHP 클래스 Pinq\Providers\DSL\Compilation\Compilers\ScopeCompiler

저자: Elliot Levin ([email protected])
상속: extends Compiler, implements Pinq\Providers\DSL\Compilation\Compilers\IScopeCompiler
파일 보기 프로젝트 열기: timetoogo/pinq 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$scope Pinq\Queries\IScope

공개 메소드들

메소드 설명
__construct ( Pinq\Queries\IScope $scope, Pinq\Providers\DSL\Compilation\IQueryCompilation $compilation )
compile ( ) : mixed
getScope ( ) : Pinq\Queries\IScope

메소드 상세

__construct() 공개 메소드

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

compile() 공개 메소드

public compile ( ) : mixed
리턴 mixed

getScope() 공개 메소드

public getScope ( ) : Pinq\Queries\IScope
리턴 Pinq\Queries\IScope

프로퍼티 상세

$scope 보호되어 있는 프로퍼티

protected IScope,Pinq\Queries $scope
리턴 Pinq\Queries\IScope