php langhelper (needs funcy/php), tutorial

This commit is contained in:
Chad Arimura
2017-05-26 12:36:38 -07:00
parent 98e05eec63
commit b49337d4e0
10 changed files with 188 additions and 57 deletions

View File

@@ -11,6 +11,8 @@ func GetLangHelper(lang string) LangHelper {
return &RubyLangHelper{}
case "python":
return &PythonHelper{}
case "php":
return &PhpLangHelper{}
case "rust":
return &RustLangHelper{}
case "dotnet":