We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b9880 commit 5eb90ecCopy full SHA for 5eb90ec
src/DispatcherInterface/DispatcherInterface.php
@@ -19,6 +19,17 @@ interface DispatcherInterface
19
*/
20
public function __construct(HandlerInterface $markdomHandler);
21
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
33
/**
34
* @param $source
35
* @return $this
0 commit comments