- 7.13. Opt_Xml_Element class
7.13.1. addAttribute() - 7.13. Opt_Xml_Element class
« Previous - 7.13.2. countAttributes()
Next »
7.13.1. addAttribute()
| Status | public |
|---|---|
| Reference | bool addAttribute(Opt_Xml_Attribute $attribute) |
Adds the new XML attribute $attribute to the tag. If the tag already contains an attribute with the specified name, the method returns false.
See also:
- 7.13.3. Opt_Xml_Element::getAttribute()
- 7.13.4. Opt_Xml_Element::getAttributes()
- 7.13.9. Opt_Xml_Element::removeAttribute()
- 7.13.1. addAttribute()
7.13. Opt_Xml_Element class - « Previous
7.13. Opt_Xml_Element class - Next »
7.13.2. countAttributes()