1 | <?php |
||
13 | class Configuration |
||
14 | { |
||
15 | |||
16 | /** |
||
17 | * get the plaintext width |
||
18 | * |
||
19 | * @return int |
||
20 | */ |
||
21 | public static function getPlainTextWith() |
||
25 | |||
26 | /** |
||
27 | * get the table mode |
||
28 | * |
||
29 | * @return string |
||
30 | */ |
||
31 | public static function getTableMode() |
||
35 | |||
36 | /** |
||
37 | * check if the plain tables are 100 displayed |
||
38 | * |
||
39 | * @return string |
||
40 | */ |
||
41 | public static function isPlainTable100() |
||
45 | } |
||
46 |