@@ -45,6 +45,9 @@ discard block |
||
45 | 45 | return $result.($this->_options['lines']['enable'] ? $this->formatLineEnd($this->_line++) : ''); |
46 | 46 | } |
47 | 47 | |
48 | + /** |
|
49 | + * @param string $text |
|
50 | + */ |
|
48 | 51 | private function _content($text) |
49 | 52 | { |
50 | 53 | $content = $this->content($text); |
@@ -59,11 +62,17 @@ discard block |
||
59 | 62 | return $text; |
60 | 63 | } |
61 | 64 | |
65 | + /** |
|
66 | + * @param integer $line |
|
67 | + */ |
|
62 | 68 | protected function formatLineStart($line) |
63 | 69 | { |
64 | 70 | return null; |
65 | 71 | } |
66 | 72 | |
73 | + /** |
|
74 | + * @param integer $line |
|
75 | + */ |
|
67 | 76 | protected function formatLineEnd($line) |
68 | 77 | { |
69 | 78 | return null; |