[COMPONENT][FreeNetwork] Iterate documentation

This commit is contained in:
2021-12-04 19:52:14 +00:00
parent 778cb57d83
commit 9506909e7a
7 changed files with 55 additions and 5 deletions

View File

@@ -28,6 +28,11 @@ class WebfingerResourceNote extends WebfingerResource
parent::__construct($object);
}
/**
* Update given XRD with self's data
*
* @param XML_XRD $xrd
*/
public function updateXRD(XML_XRD $xrd)
{
if (Event::handle('StartWebFingerNoticeLinks', [$xrd, $this->object])) {