コード例 #1
0
 /**
  * @param string $formType
  */
 public function __construct($formType)
 {
     $this->formType = $formType;
     parent::__construct();
 }
コード例 #2
0
 /**
  * @param string $formType
  * @param string $commandName
  */
 public function __construct($formType, $commandName)
 {
     $this->formType = $formType;
     $this->commandName = $commandName;
     parent::__construct();
 }