[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 98 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ParameterNotFoundException:: (7 methods):
__construct()
updateRepr()
getKey()
getSourceId()
getSourceKey()
setSourceId()
setSourceKey()
Class: ParameterNotFoundException - X-Ref
This exception is thrown when a non-existent parameter is used.__construct($key, $sourceId = null, $sourceKey = null, \Exception $previous = null, array $alternatives = [], $nonNestedAlternative = null) X-Ref |
param: string $key The requested parameter key param: string $sourceId The service id that references the non-existent parameter param: string $sourceKey The parameter key that references the non-existent parameter param: \Exception $previous The previous exception param: string[] $alternatives Some parameter name alternatives param: string|null $nonNestedAlternative The alternative parameter name when the user expected dot notation for nested parameters |
updateRepr() X-Ref |
No description |
getKey() X-Ref |
No description |
getSourceId() X-Ref |
No description |
getSourceKey() X-Ref |
No description |
setSourceId($sourceId) X-Ref |
No description |
setSourceKey($sourceKey) X-Ref |
No description |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |