rename toXml -> prepForXml
This commit is contained in:
@ -5,5 +5,5 @@ export abstract class BaseXmlComponent {
|
||||
this.rootKey = rootKey;
|
||||
}
|
||||
|
||||
public abstract toXml(): object;
|
||||
public abstract prepForXml(): object;
|
||||
}
|
||||
|
Reference in New Issue
Block a user