Skip to content

Commit

Permalink
added @SInCE to CConsoleCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander.makarow committed Dec 20, 2011
1 parent 346b84e commit d63336d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions framework/console/CConsoleCommand.php
Expand Up @@ -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)
{
Expand All @@ -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)
{
Expand Down

0 comments on commit d63336d

Please sign in to comment.