1 | <?php |
||
5 | class ConsoleOutput extends Output implements IOutput |
||
6 | { |
||
7 | public function write($format = '') |
||
15 | |||
16 | private static $format_default = "Site: %s%nVersion: %v%nDefaultAdmin: %da%nEmailLogging: %el%nEnvironmentType: %et%nModules: %mo%n%n"; |
||
17 | |||
18 | private static function formatSSpage(SilverstripePage $sspage, $format = '') |
||
40 | } |
||
41 |