- function setName($value) { $this->formName = $value; }
- function getName() { return $this->formName; }
-
- function setId($value) { $this->mId = $value; }
- function getId() { return $this->mId; }
-
- function setAction($value) { $this->mAction = $value; }
- function getAction() { return $this->mAction; }
-
- function setMethod($value) { $this->mMethod = $value; }
- function getMethod() { return $this->mMethod; }
-
- function setEnctype($value) { $this->mEnctype = $value; }
- function getEnctype() { return $this->mEnctype; }