fix: notice.api:3.0 (fixed a reference)
This commit is contained in:
parent
dde577f008
commit
d46096152e
|
@ -324,7 +324,7 @@ Each method is represented as a class' method with the same name as the associat
|
|||
Arguments are passed to the method as a single argument which an associative array according to the configuration.
|
||||
|
||||
_Notes_:
|
||||
* Optional parameters if not given are set to their default value (cf. [parameter.optional](#parameterisoptional), [parameter.default_value](#parameterdefault_value))
|
||||
* Optional parameters if not given are set to their default value (cf. [parameter.optional](#parameteris_optional), [parameter.default_value](#parameterdefault_value))
|
||||
* parameters of type `FILE` are given by reference but the use is the same as normal parameters (cf. [complex types](#2---complex-types))
|
||||
* URI parameters are called `URL0`, `URL1` and so on according to their order if no `rename` set in the configuration. (cf: [parameter.name](#parametername), [parameter.rename](#parameterrename))
|
||||
|
||||
|
|
Loading…
Reference in New Issue