diff --git a/framework/console/CConsoleCommand.php b/framework/console/CConsoleCommand.php index d503f0906b..9ac97c21d7 100644 --- a/framework/console/CConsoleCommand.php +++ b/framework/console/CConsoleCommand.php @@ -457,6 +457,8 @@ public function pluralize($name) * * @param string $message to echo out before waiting for user input * @return mixed line read as a string, or false if input has been closed + * + * @since 1.1.9 */ public function prompt($message) { @@ -478,6 +480,8 @@ public function prompt($message) * * @param string $message to echo out before waiting for user input * @return bool if user confirmed + * + * @since 1.1.9 */ public function confirm($message) {