Home
last modified time | relevance | path

Searched refs:arguments_decl (Results 1 – 6 of 6) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/
H A Dmocked_static_method.tpl.dist2 {modifier} function {reference}{method_name}({arguments_decl}){return_delim}{return_type}
H A Dmocked_method_void.tpl.dist2 {modifier} function {reference}{method_name}({arguments_decl}){return_delim}{return_type}
H A Dmocked_method.tpl.dist2 {modifier} function {reference}{method_name}({arguments_decl}){return_delim}{return_type}
H A Dproxied_method_void.tpl.dist2 {modifier} function {reference}{method_name}({arguments_decl}){return_delim}{return_type}
H A Dproxied_method.tpl.dist2 {modifier} function {reference}{method_name}({arguments_decl}){return_delim}{return_type}
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php1041 * @param string $arguments_decl
1052 …assName, $methodName, $cloneArguments = true, $modifier = 'public', $arguments_decl = '', $argumen… argument
1094 'arguments_decl' => $arguments_decl,