From ff37be0fb86a3ae9160b7c6000b4da58c425d742 Mon Sep 17 00:00:00 2001 From: Nikola Kovacs Date: Mon, 28 Mar 2016 15:06:13 +0200 Subject: [PATCH] add doc summary for getUniqueID This way it won't be empty in the table of methods. --- framework/base/Controller.php | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/base/Controller.php b/framework/base/Controller.php index a90150d058..00a22eeb0c 100644 --- a/framework/base/Controller.php +++ b/framework/base/Controller.php @@ -317,6 +317,7 @@ class Controller extends Component implements ViewContextInterface } /** + * Returns the unique ID of the controller. * @return string the controller ID that is prefixed with the module ID (if any). */ public function getUniqueId()