$reqArg 지정

This commit is contained in:
2018-11-23 02:07:44 +09:00
parent b7fd539755
commit fa420303dc
23 changed files with 22 additions and 3 deletions
+1
View File
@@ -16,6 +16,7 @@ abstract class BaseCommand{
* @var General|null $destGeneralObj
*/
static protected $actionName = 'CommandName';
static public $reqArg = false;
protected $generalObj = null;
protected $city = null;