PHP Class Pinq\Providers\DSL\Compilation\Processors\Expression\ScopeProcessor

Author: Elliot Levin ([email protected])
Inheritance: extends Pinq\Providers\DSL\Compilation\Processors\Visitors\ScopeProcessor
Afficher le fichier Open project: timetoogo/pinq Class Usage Examples

Protected Properties

Свойство Type Description
$expressionProcessor Pinq\Providers\DSL\Compilation\Processors\Expression\IExpressionProcessor

Méthodes publiques

Méthode Description
__construct ( Pinq\Queries\IScope $scope, Pinq\Providers\DSL\Compilation\Processors\Expression\IExpressionProcessor $expressionProcessor )
buildScope ( )
forSubScope ( Pinq\Queries\IScope $subScope )
updateJoinOptions ( Options $options )
visitFilter ( Filter $segment )
visitGroupBy ( GroupBy $segment )
visitIndexBy ( IndexBy $segment )
visitJoin ( Join $segment )
visitOrderBy ( OrderBy $segment )
visitSelect ( Select $segment )
visitSelectMany ( SelectMany $segment )

Méthodes protégées

Méthode Description
visitProjectionSegment ( ProjectionSegment $segment )

Method Details

__construct() public méthode

public __construct ( Pinq\Queries\IScope $scope, Pinq\Providers\DSL\Compilation\Processors\Expression\IExpressionProcessor $expressionProcessor )
$scope Pinq\Queries\IScope
$expressionProcessor Pinq\Providers\DSL\Compilation\Processors\Expression\IExpressionProcessor

buildScope() public méthode

public buildScope ( )

forSubScope() public méthode

public forSubScope ( Pinq\Queries\IScope $subScope )
$subScope Pinq\Queries\IScope

updateJoinOptions() public méthode

public updateJoinOptions ( Options $options )
$options Pinq\Queries\Common\Join\Options

visitFilter() public méthode

public visitFilter ( Filter $segment )
$segment Pinq\Queries\Segments\Filter

visitGroupBy() public méthode

public visitGroupBy ( GroupBy $segment )
$segment Pinq\Queries\Segments\GroupBy

visitIndexBy() public méthode

public visitIndexBy ( IndexBy $segment )
$segment Pinq\Queries\Segments\IndexBy

visitJoin() public méthode

public visitJoin ( Join $segment )
$segment Pinq\Queries\Segments\Join

visitOrderBy() public méthode

public visitOrderBy ( OrderBy $segment )
$segment Pinq\Queries\Segments\OrderBy

visitProjectionSegment() protected méthode

protected visitProjectionSegment ( ProjectionSegment $segment )
$segment Pinq\Queries\Segments\ProjectionSegment

visitSelect() public méthode

public visitSelect ( Select $segment )
$segment Pinq\Queries\Segments\Select

visitSelectMany() public méthode

public visitSelectMany ( SelectMany $segment )
$segment Pinq\Queries\Segments\SelectMany

Property Details

$expressionProcessor protected_oe property

protected IExpressionProcessor,Pinq\Providers\DSL\Compilation\Processors\Expression $expressionProcessor
Résultat Pinq\Providers\DSL\Compilation\Processors\Expression\IExpressionProcessor