Alexander Makarov 11 년 전
부모
커밋
f1df2e4336
1개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. 16 0
      commands/HelloController.php

+ 16 - 0
commands/HelloController.php

@@ -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!";
+    }
 }