Searched refs:return_type (Results 1 – 8 of 8) sorted by relevance
/plugin/geophp/geoPHP/lib/adapters/ |
H A D | GoogleGeocode.class.php | 32 …public function read($address, $return_type = 'point', $bounds = FALSE, $return_multiple = FALSE) { argument 53 if ($return_type == 'point') { 56 if ($return_type == 'bounds' || $return_type == 'polygon') { 61 if ($return_type == 'point') { 68 if ($return_type == 'bounds' || $return_type == 'polygon') { 88 * @param string $return_type Should be either 'string' or 'array' 92 public function write(Geometry $geometry, $return_type = 'string') { argument 103 if ($return_type == 'string') { 106 if ($return_type == 'array') { 111 if ($return_type == 'string') { [all …]
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/ |
H A D | mocked_method_void.tpl.dist | 2 {modifier} function {reference}{method_name}({arguments_decl}){return_delim}{return_type} 17 … '{class_name}', '{method_name}', $arguments, '{return_type}', $this, {clone_arguments}
|
H A D | mocked_method.tpl.dist | 2 {modifier} function {reference}{method_name}({arguments_decl}){return_delim}{return_type} 17 … '{class_name}', '{method_name}', $arguments, '{return_type}', $this, {clone_arguments}
|
H A D | proxied_method_void.tpl.dist | 2 {modifier} function {reference}{method_name}({arguments_decl}){return_delim}{return_type} 17 … '{class_name}', '{method_name}', $arguments, '{return_type}', $this, {clone_arguments}
|
H A D | proxied_method.tpl.dist | 2 {modifier} function {reference}{method_name}({arguments_decl}){return_delim}{return_type} 17 … '{class_name}', '{method_name}', $arguments, '{return_type}', $this, {clone_arguments}
|
H A D | mocked_static_method.tpl.dist | 2 {modifier} function {reference}{method_name}({arguments_decl}){return_delim}{return_type}
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/ |
H A D | Generator.php | 1043 * @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 D | README.md | 11 * return_type - (png|jpg) [default set via config];
|