Skip to content

Commit 0c8c6d8

Browse files
author
Martin Brecht-Precht
committed
Added the title property to the LinkContentInterface.
1 parent 201f321 commit 0c8c6d8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/Content/LinkContentInterface.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,15 @@ public function getUri();
2828
*/
2929
public function setUri($uri);
3030

31+
/**
32+
* @return string
33+
*/
34+
public function getTitle();
35+
36+
/**
37+
* @param string $title
38+
* @return $this
39+
*/
40+
public function setTitle($title);
41+
3142
}

0 commit comments

Comments
 (0)