[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 52 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
MockHandler:: (2 methods):
__construct()
__invoke()
Class: MockHandler - X-Ref
Ring handler that returns a canned response or evaluated function result.__construct($result) X-Ref |
Provide an array or future to always return the same value. Provide a callable that accepts a request object and returns an array or future to dynamically create a response. param: array|FutureArrayInterface|callable $result Mock return value. |
__invoke(array $request) X-Ref |
No description |
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |