1 | <?php |
||
8 | class Tab extends Repeatable |
||
9 | { |
||
10 | /** |
||
11 | * Check if this object requires a new line should be added after the output. |
||
12 | * |
||
13 | * @return boolean |
||
14 | */ |
||
15 | 24 | public function sameLine() |
|
19 | |||
20 | /** |
||
21 | * Return the relevant number of tab characters. |
||
22 | * |
||
23 | * @return string |
||
24 | */ |
||
25 | 24 | public function result() |
|
29 | } |
||
30 |