Icinga\Web\Widget\SortBox::applyRequest(): return $this

This commit is contained in:
Alexander Klimov 2015-04-07 11:25:32 +02:00
parent aae1d05684
commit 57ed849cee
1 changed files with 3 additions and 0 deletions

View File

@ -72,10 +72,13 @@ class SortBox extends AbstractWidget
* Apply the parameters from the given request on this SortBox * Apply the parameters from the given request on this SortBox
* *
* @param Request $request The request to use for populating the form * @param Request $request The request to use for populating the form
*
* @return static $this
*/ */
public function applyRequest($request) public function applyRequest($request)
{ {
$this->request = $request; $this->request = $request;
return $this;
} }
/** /**