Skip to content

Commit e069c24

Browse files
author
Martin Brecht-Precht
committed
Added the title property to the link handling
1 parent 2563f3c commit e069c24

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/HandlerInterface/HandlerInterface.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,15 +189,17 @@ public function onLineBreakContent($hard);
189189

190190
/**
191191
* @param string $uri
192+
* @param string $title
192193
* @return void
193194
*/
194-
public function onLinkContentBegin($uri);
195+
public function onLinkContentBegin($uri, $title);
195196

196197
/**
197198
* @param string $uri
199+
* @param string $title
198200
* @return void
199201
*/
200-
public function onLinkContentEnd($uri);
202+
public function onLinkContentEnd($uri, $title);
201203

202204
/**
203205
* @param string $text

0 commit comments

Comments
 (0)