We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb90ec commit 9d71b62Copy full SHA for 9d71b62
src/DispatcherInterface/DispatcherInterface.php
@@ -13,27 +13,14 @@ interface DispatcherInterface
13
{
14
15
/**
16
- * Parser constructor.
17
- *
18
* @param HandlerInterface $markdomHandler
+ * @return mixed
19
*/
20
- public function __construct(HandlerInterface $markdomHandler);
+ public function dispatchTo(HandlerInterface $markdomHandler);
21
22
23
- * @return boolean
+ * @return bool
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
36
37
- public function process($source);
+ public function isReusable();
38
39
}
0 commit comments