- function setMaxLength($value) { $this->mMaxLength = $value; }
- function getMaxLength() { return $this->mMaxLength; }
-
- function setTabindex($value) { $this->mTabindex = $value; }
- function getTabindex() { return $this->mTabindex; }
-
- function setAccesskey($value) { $this->mAccesskey = $value; }
- function getAccesskey() { return $this->mAccesskey; }
+ function setMaxLength($value) { $this->max_length = $value; }
+ function getMaxLength() { return $this->max_length; }