1 | <?php |
||
7 | class Application extends BaseApplication |
||
8 | { |
||
9 | |||
10 | const VERSION = '@app_version@'; |
||
11 | |||
12 | public static $logo = '<fg=green;options=bold> |
||
13 | ___________ .__ ___. |
||
14 | / _____/ | _____.__.| | _____ \_ |__ |
||
15 | \_____ \| |/ < | || | \__ \ | __ \ |
||
16 | / \ < \___ || |__/ __ \| \_\ \ |
||
17 | /_______ /__|_ \/ ____||____(____ /___ / |
||
18 | \/ \/\/ \/ \/ |
||
19 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ by Kunstmaan.be |
||
20 | </fg=green;options=bold> |
||
21 | '; |
||
22 | |||
23 | public function __construct($name = 'UNKNOWN', $version = 'UNKNOWN') |
||
27 | |||
28 | public function getHelp() |
||
32 | |||
33 | } |
||
34 |