diff --git a/src/classes/MDNodaLink.php b/src/classes/MDNodaLink.php index e7cf6b9..b3796c5 100644 --- a/src/classes/MDNodaLink.php +++ b/src/classes/MDNodaLink.php @@ -14,6 +14,17 @@ final class MDNodaLink { public readonly MDNodaRepository $source; public readonly string $id; + /** + * Returns the link to the current entity. + * + * @return string + */ + public function getEntityLink():string { + + return $this->source->getEntityLink($this->id); + + } + /** * Constructor. *