with() public method

public with ( $data )
Example #1
0
 public function compute($a, $b, Response $response)
 {
     $response->with($a * $b);
     return $response;
 }