Home
last modified time | relevance | path

Searched refs:method (Results 1 – 7 of 7) sorted by relevance

/web-bugs/src/Template/
H A DContext.php178 public function __call(string $method, array $arguments) argument
180 if (isset($this->callables[$method])) {
181 return call_user_func_array($this->callables[$method], $arguments);
/web-bugs/tests/Unit/Utils/
H A DUploaderTest.php27 ->method('isUploadedFile')
31 ->method('moveUploadedFile')
/web-bugs/tests/Unit/Utils/Versions/
H A DGeneratorTest.php36 ->method('fetchDevVersions')
40 ->method('fetchStableVersions')
52 ->method('getAffixes')
/web-bugs/
H A Dlocal_config.php.sample8 'method' => 'https',
H A Dcomposer.lock694 "description": "Looks up which function or method a line of code belongs to",
/web-bugs/docs/
H A Dcontainer.md13 method call such as setter.
94 // Service with a setter method
108 // Calling method from another service
H A Dtemplates.md165 class method needs to be called in the template.
175 ### Registering object method

Completed in 12 milliseconds