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

Author: Elliot Levin ([email protected])
Inheritance: extends QueryCompiler, implements Pinq\Providers\DSL\Compilation\Compilers\IRequestQueryCompiler
Afficher le fichier Open project: timetoogo/pinq Class Usage Examples

Protected Properties

Свойство Type Description
$compilation Pinq\Providers\DSL\Compilation\IRequestCompilation
$query Pinq\Queries\IRequestQuery

Méthodes publiques

Méthode Description
__construct ( Pinq\Queries\IRequestQuery $query, Pinq\Providers\DSL\Compilation\IRequestCompilation $compilation, Pinq\Providers\DSL\Compilation\Compilers\IScopeCompiler $scopeCompiler )

Méthodes protégées

Méthode Description
compileQuery ( ) : void

Method Details

__construct() public méthode

public __construct ( Pinq\Queries\IRequestQuery $query, Pinq\Providers\DSL\Compilation\IRequestCompilation $compilation, Pinq\Providers\DSL\Compilation\Compilers\IScopeCompiler $scopeCompiler )
$query Pinq\Queries\IRequestQuery
$compilation Pinq\Providers\DSL\Compilation\IRequestCompilation
$scopeCompiler Pinq\Providers\DSL\Compilation\Compilers\IScopeCompiler

compileQuery() protected méthode

protected compileQuery ( ) : void
Résultat void

Property Details

$compilation protected_oe property

protected IRequestCompilation,Pinq\Providers\DSL\Compilation $compilation
Résultat Pinq\Providers\DSL\Compilation\IRequestCompilation

$query protected_oe property

protected IRequestQuery,Pinq\Queries $query
Résultat Pinq\Queries\IRequestQuery