Skip to content

Commit fe1f166

Browse files
committed
LinkInterface documentation
1 parent c8856c3 commit fe1f166

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Node/LinkInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
interface LinkInterface extends NodeInterface
66
{
77
/**
8+
* Return the node this link is pointing at.
9+
*
810
* @return NodeInterface
911
*/
1012
public function getDestination();

0 commit comments

Comments
 (0)