mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 00:34:03 +02:00
Icinga\Web\Widget\SortBox::applyRequest(): return $this
This commit is contained in:
parent
aae1d05684
commit
57ed849cee
@ -72,10 +72,13 @@ class SortBox extends AbstractWidget
|
||||
* Apply the parameters from the given request on this SortBox
|
||||
*
|
||||
* @param Request $request The request to use for populating the form
|
||||
*
|
||||
* @return static $this
|
||||
*/
|
||||
public function applyRequest($request)
|
||||
{
|
||||
$this->request = $request;
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user