Fully Qualified Name: | Laminas\Form\ElementAttributeRemovalInterface |
Name | Description | Defined By |
---|---|---|
clearAttributes() | Remove all attributes at once | ElementAttributeRemovalInterface |
removeAttribute() | Remove a single element attribute | ElementAttributeRemovalInterface |
removeAttributes() | Remove many attributes at once | ElementAttributeRemovalInterface |
Remove all attributes at once
Returns: $this
Remove a single element attribute
Parameter Name | Type | Description |
---|---|---|
$key | string |
Returns: $this
Remove many attributes at once
Parameter Name | Type | Description |
---|---|---|
$keys | array |
Returns: $this