PHP Class Pinq\Queries\Operations\RemoveWhere

Author: Elliot Levin ([email protected])
Inheritance: extends Operation
Afficher le fichier Open project: timetoogo/pinq Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( ElementProjection $predicateFunction )
getParameters ( )
getPredicateFunction ( ) : ElementProjection
getType ( )
traverse ( Pinq\Queries\Operations\IOperationVisitor $visitor )
update ( ElementProjection $predicateFunction ) : RemoveWhere

Method Details

__construct() public méthode

public __construct ( ElementProjection $predicateFunction )
$predicateFunction Pinq\Queries\Functions\ElementProjection

getParameters() public méthode

public getParameters ( )

getPredicateFunction() public méthode

public getPredicateFunction ( ) : ElementProjection
Résultat Pinq\Queries\Functions\ElementProjection

getType() public méthode

public getType ( )

traverse() public méthode

public traverse ( Pinq\Queries\Operations\IOperationVisitor $visitor )
$visitor Pinq\Queries\Operations\IOperationVisitor

update() public méthode

public update ( ElementProjection $predicateFunction ) : RemoveWhere
$predicateFunction Pinq\Queries\Functions\ElementProjection
Résultat RemoveWhere