fml update
This commit is contained in:
parent
65d78cfd82
commit
6d6189a714
@ -85,4 +85,15 @@ class ManiaLinks {
|
|||||||
}
|
}
|
||||||
return $domDocument;
|
return $domDocument;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get String Representation
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function __toString() {
|
||||||
|
$domDocument = $this->render();
|
||||||
|
$xmlText = $domDocument->saveXML();
|
||||||
|
return $xmlText;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user