setAttribute() public abstract method
Sets the named attribute value.
See also hasAttribute().
| public abstract void setAttribute ( $name, $value ) | ||
|---|---|---|
| $name | string | 
 The attribute name.  |  
| $value | mixed | 
 The attribute value.  |  
setAttribute() public abstract method
Sets the named attribute value.
See also hasAttribute().
| public abstract void setAttribute ( $name, $value ) | ||
|---|---|---|
| $name | string | 
 The attribute name.  |  
| $value | mixed | 
 The attribute value.  |  
Please login to continue.