Author: Elliot Levin (elliotlevin@hotmail.com)
Inheritance: extends MutatorBase
コード例 #1
0
ファイル: ElementMutatorTest.php プロジェクト: timetoogo/pinq
 /**
  * @return callable
  */
 protected function functionFactory()
 {
     return Functions\ElementMutator::factory();
 }
コード例 #2
0
ファイル: OperationParser.php プロジェクト: timetoogo/pinq
 public function interpretApply($operationId, IFunction $function)
 {
     $this->operation = new Operations\Apply($this->buildFunction($function, Functions\ElementMutator::factory()));
 }
コード例 #3
0
ファイル: MutatorOperation.php プロジェクト: timetoogo/pinq
 public function getParameters()
 {
     return $this->mutatorFunction->getParameterIds();
 }