From 2734511f656d50dd2823f22b9ae05340afbb69da Mon Sep 17 00:00:00 2001 From: Dennis Bijsterveld Date: Fri, 9 May 2014 16:14:15 +0200 Subject: [PATCH] Update dialoghelper.rst Consistent use of $this->getHelperSet() --- components/console/helpers/dialoghelper.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/console/helpers/dialoghelper.rst b/components/console/helpers/dialoghelper.rst index 781d61f6d94..4eaa3910de6 100644 --- a/components/console/helpers/dialoghelper.rst +++ b/components/console/helpers/dialoghelper.rst @@ -185,7 +185,7 @@ Instead, you can use the method, which makes sure that the user can only enter a valid string from a predefined list:: - $dialog = $app->getHelperSet()->get('dialog'); + $dialog = $this->getHelperSet()->get('dialog'); $colors = array('red', 'blue', 'yellow'); $color = $dialog->select(