public function MethodCallbackByReference::bar

File

drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/_files/MethodCallbackByReference.php, line 4

Class

MethodCallbackByReference

Code

public function bar($a, &$b, $c) {
  Legacy::bar($a, $b, $c);
}