PHP Interface Thepixeldeveloper\Sitemap\AppendAttributeInterface

Mostra file Open project: thepixeldeveloper/sitemap

Public Methods

Method Description
appendAttributeToCollectionXML ( XMLWriter $XMLWriter ) : void Appends an attribute to the collection XML attributes.

Method Details

appendAttributeToCollectionXML() public method

Appends an attribute to the collection XML attributes.
public appendAttributeToCollectionXML ( XMLWriter $XMLWriter ) : void
$XMLWriter XMLWriter
return void