Author: Elliot Levin (elliotlevin@hotmail.com)
 protected function processOperation(Queries\IScope $scope, Queries\IOperation $operation)
 {
     $this->operation = $operation->traverse($this);
     return $this->operation;
 }
Example #2
0
 /**
  * @param IOperation $operation
  *
  * @return mixed
  */
 public final function visit(IOperation $operation)
 {
     return $operation->traverse($this);
 }