Have a look at these: https://www.php-fig.org/arrow-up-right
@ingroup all files in a plugin are in a group (naming convention: ...)
@ingroup
@see use this to link to the parent function if you changed the parameters or description of the function
@see
@copydoc use this to copy the documentation of the parent function
@copydoc
see for more details https://www.stack.nl/~dimitri/doxygen/manual/commands.htmlarrow-up-right
If possible try not to use the static Request:: but $this->getRequest().
Request::
$this->getRequest()
Last updated 7 years ago