Home
last modified time | relevance | path

Searched refs:return_type (Results 1 – 7 of 7) sorted by last modified time

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/
H A Dmocked_method.tpl.dist2 {modifier} function {reference}{method_name}({arguments_decl}){return_delim}{return_type}
17 … '{class_name}', '{method_name}', $arguments, '{return_type}', $this, {clone_arguments}
H A Dmocked_static_method.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}
17 … '{class_name}', '{method_name}', $arguments, '{return_type}', $this, {clone_arguments}
H A Dmocked_method_void.tpl.dist2 {modifier} function {reference}{method_name}({arguments_decl}){return_delim}{return_type}
17 … '{class_name}', '{method_name}', $arguments, '{return_type}', $this, {clone_arguments}
H A Dproxied_method_void.tpl.dist2 {modifier} function {reference}{method_name}({arguments_decl}){return_delim}{return_type}
17 … '{class_name}', '{method_name}', $arguments, '{return_type}', $this, {clone_arguments}
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php1043 * @param string $return_type
1052 …ue, $modifier = 'public', $arguments_decl = '', $arguments_call = '', $return_type = '', $referenc… argument
1057 if ($return_type === 'void') {
1073 if ($return_type === 'self') {
1074 $return_type = $className;
1096 'return_delim' => $return_type ? ': ' : '',
1097 'return_type' => $allowsReturnNull ? '?' . $return_type : $return_type,
/plugin/reflect/
H A DREADME.md11 * return_type - (png|jpg) [default set via config];