PHP Pinq\Queries\Operations Пространство имен

Interfaces

Имя Описание
IOperationVisitor Interface of the operation visitor.

Классы

Имя Описание
AddValues Operation query for adding a range of values to the source
Apply Operation query for applying the supplied function to the source
Clear Operation query for clearing all values from the source
IndexOperation Base class for an operation query using a supplied index
JoinApply Operation query for applying the supplied function to the source
MutatorOperation Base class for an operation query containing a mutator function.
Operation Base class for operations.
OperationVisitor The operation visitor is a utility class that will visit any operation in a respective method.
RemoveValues Operation query for removing a range of values to the source
RemoveWhere Operation query for removing values that satisfy the supplied function
SetIndex Operation query for setting a specified index to a value
UnsetIndex Operation query for unsetting a value at the specified index
ValuesOperation Base class for an operation query for with a range of values