PHP Pinq\Queries\Functions 네임스페이스

중첩된 네임스페이스

Pinq\Queries\Functions\Parameters

Interfaces

이름 설명
IFunction Interface of a function structure.

클래스들

이름 설명
Aggregator Structure of a function that aggregates the values.
ConnectorMutator Structure of a function that receives a outer and inner value and key and mutates the outer value parameter.
ConnectorProjection Structure of a function that receives a outer and inner value and key and returns a value.
ElementMutator Structure of a function that receives an value and key parameter and mutates the value parameter.
ElementProjection Structure of function that takes a value and key parameter and returns a value.
FunctionBase Base class of a function structure.
FunctionEvaluationContextFactory Implementation of the evaluation context factory.
MutatorBase Base class of a mutator function.
ProjectionBase Base class of a projection function (returns a value).