$dispatcher
$dispatcher : \ManaPHP\Http\DispatcherInterface
getContext() : \ManaPHP\Http\RequestContext
getFiles(boolean $onlySuccessful = true) : array<mixed,\ManaPHP\Http\Request\File>
Gets attached files as \ManaPHP\Http\Request\File instances
boolean | $onlySuccessful |
getFile(string $key = null) : \ManaPHP\Http\Request\FileInterface
string | $key |