Change method name to setIsRequired() to match other similar methods

This commit is contained in:
Stephen Beaver 2016-01-06 16:18:29 -05:00
parent ecbe25ad78
commit e418b7b672

View File

@ -164,7 +164,7 @@ class Form_Input extends Form_Element
return $this;
}
public function setRequired()
public function setIsRequired()
{
$this->_attributes['required'] = true;