1 | <?php |
||
10 | class Application extends Console\Application |
||
11 | { |
||
12 | /** |
||
13 | * @var string |
||
14 | */ |
||
15 | private $title = 'Solr Management Console'; |
||
16 | |||
17 | /** |
||
18 | * Constructor. |
||
19 | */ |
||
20 | public function __construct() |
||
34 | |||
35 | /** |
||
36 | * Get application title. |
||
37 | * |
||
38 | * @return string |
||
39 | */ |
||
40 | public function getLongVersion() |
||
44 | } |
||
45 |