1 | <?php |
||
7 | class BarenoteApplication extends Application |
||
8 | { |
||
9 | /** |
||
10 | * @var BarenoteClient |
||
11 | */ |
||
12 | protected $client; |
||
13 | |||
14 | public function __construct($name = 'UNKNOWN', $version = 'UNKNOWN', $host = 'http://localhost:8080') |
||
19 | |||
20 | /** |
||
21 | * @return BarenoteClient |
||
22 | */ |
||
23 | public function getClient() |
||
27 | } |