Reverted accidentally edited HelloController

This commit is contained in:
Alexander Makarov
2014-09-04 12:13:28 +04:00
parent 00ca1cb4b3
commit 01d2291a81

View File

@ -27,20 +27,4 @@ class HelloController extends Controller
{
echo $message . "\n";
}
public function actionTest()
{
echo 'Test?';
}
// public function getDescription($actionID = null)
// {
// return "I'm custom description for $actionID!";
// }
public function getHelp($actionID = null)
{
return "I'm custom help for $actionID!";
}
}