- 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; }
-