1 | <?php |
||
24 | class Aside extends AbstractBlock |
||
25 | { |
||
26 | /** |
||
27 | * {@inheritdoc} |
||
28 | */ |
||
29 | 30 | public function canContain(AbstractBlock $block) |
|
33 | |||
34 | /** |
||
35 | * {@inheritdoc} |
||
36 | */ |
||
37 | 30 | public function acceptsLines() |
|
41 | |||
42 | /** |
||
43 | * {@inheritdoc} |
||
44 | */ |
||
45 | 30 | public function isCode() |
|
49 | |||
50 | /** |
||
51 | * {@inheritdoc} |
||
52 | */ |
||
53 | 6 | public function matchesNextLine(Cursor $cursor) |
|
68 | |||
69 | /** |
||
70 | * {@inheritdoc} |
||
71 | */ |
||
72 | public function handleRemainingContents(ContextInterface $context, Cursor $cursor) |
||
82 | |||
83 | /** |
||
84 | * {@inheritdoc} |
||
85 | */ |
||
86 | 30 | public function setLastLineBlank($blank) |
|
90 | } |
||
91 |