Zend Framework  3.0
Public Member Functions | List of all members
ElementAttributeRemovalInterface Interface Reference

Public Member Functions

 removeAttribute ($key)
 Remove a single element attribute.
 
 removeAttributes (array $keys)
 Remove many attributes at once.
 
 clearAttributes ()
 Remove all attributes at once.
 

Member Function Documentation

clearAttributes ( )

Remove all attributes at once.

Returns
ElementAttributeRemovalInterface

Implemented in Element.

removeAttribute (   $key)

Remove a single element attribute.

Parameters
string$key
Returns
ElementAttributeRemovalInterface

Implemented in Element.

removeAttributes ( array  $keys)

Remove many attributes at once.

Parameters
array$keys
Returns
ElementAttributeRemovalInterface

Implemented in Element.