Interface ElementAttributeRemovalInterface

Summary

Fully Qualified Name: Zend\Form\ElementAttributeRemovalInterface

Description

Methods

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

Method Details

clearAttributes()

Remove all attributes at once

Returns: \ElementAttributeRemovalInterface

removeAttribute()

Remove a single element attribute

Parameter Name Type Description
$key string

Returns: \ElementAttributeRemovalInterface

removeAttributes()

Remove many attributes at once

Parameter Name Type Description
$keys array

Returns: \ElementAttributeRemovalInterface

Top