1 | <?php |
||
5 | class Footnote extends AbstractMode |
||
6 | { |
||
7 | |||
8 | /** |
||
9 | * Footnote constructor. |
||
10 | */ |
||
11 | public function __construct() |
||
25 | |||
26 | /** @inheritdoc */ |
||
27 | public function connectTo($mode) |
||
35 | |||
36 | /** @inheritdoc */ |
||
37 | public function postConnect() |
||
44 | |||
45 | /** @inheritdoc */ |
||
46 | public function getSort() |
||
50 | } |
||
51 |