فهرست منبع

Reverted accidentally edited HelloController

Alexander Makarov 11 سال پیش
والد
کامیت
8017996ccc
1فایلهای تغییر یافته به همراه0 افزوده شده و 16 حذف شده
  1. 0 16
      commands/HelloController.php

+ 0 - 16
commands/HelloController.php

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