Merge pull request #11213 from nkovacs/patch-17

add doc summary for getUniqueID
This commit is contained in:
Dmitry Naumenko
2016-03-28 16:42:15 +03:00

View File

@@ -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). * @return string the controller ID that is prefixed with the module ID (if any).
*/ */
public function getUniqueId() public function getUniqueId()