PHP Class Pinq\Queries\Operations\MutatorOperation

Author: Elliot Levin ([email protected])
Inheritance: extends Operation
Datei anzeigen Open project: timetoogo/pinq

Public Methods

Method Description
__construct ( ElementMutator $mutatorFunction )
getMutatorFunction ( ) : ElementMutator
getParameters ( )
update ( ElementMutator $mutatorFunction ) : static

Method Details

__construct() final public method

final public __construct ( ElementMutator $mutatorFunction )
$mutatorFunction Pinq\Queries\Functions\ElementMutator

getMutatorFunction() public method

public getMutatorFunction ( ) : ElementMutator
return Pinq\Queries\Functions\ElementMutator

getParameters() public method

public getParameters ( )

update() public method

public update ( ElementMutator $mutatorFunction ) : static
$mutatorFunction Pinq\Queries\Functions\ElementMutator
return static