getRuntimeEvaluationsClosureCode() public method

Returns the PHP code (closure) that can evaluate the runtime evaluations
public getRuntimeEvaluationsClosureCode ( ) : string
return string The closure code
 /**
  * Returns the PHP code (closure) that evaluates the runtime evaluations
  *
  * @return string The closure code
  */
 public function getRuntimeEvaluationsClosureCode()
 {
     return $this->pointcutFilterComposite->getRuntimeEvaluationsClosureCode();
 }