Fixes #4914
This commit is contained in:
parent
a6b38ddef6
commit
f1df2e4336
@ -27,4 +27,20 @@ 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!";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user