Skip to content

Commit 5eb90ec

Browse files
author
Martin Brecht-Precht
committed
Added public methods to configure comment block handling.
1 parent 46b9880 commit 5eb90ec

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/DispatcherInterface/DispatcherInterface.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@ interface DispatcherInterface
1919
*/
2020
public function __construct(HandlerInterface $markdomHandler);
2121

22+
/**
23+
* @return boolean
24+
*/
25+
public function getDispatchCommentBlocks();
26+
27+
/**
28+
* @param boolean $dispatchCommentBlocks
29+
* @return $this
30+
*/
31+
public function setDispatchCommentBlocks($dispatchCommentBlocks);
32+
2233
/**
2334
* @param $source
2435
* @return $this

0 commit comments

Comments
 (0)