Methods

Remove all attributes at once

clearAttributes() : \Zend\Form\ElementAttributeRemovalInterface

Remove a single element attribute

removeAttribute(string $key) : \Zend\Form\ElementAttributeRemovalInterface

Parameters

$key

string

Returns

Remove many attributes at once

removeAttributes(array $keys) : \Zend\Form\ElementAttributeRemovalInterface

Parameters

$keys

array

Returns