setAttribute('maxlength', $maxlength); $this->setAttribute('autocomplete', 'new-password'); } public function setWidth($value) { $this->addStyle('width: '.$value.'px;'); return $this; } }