1 | <?php |
||
10 | class Time extends BaseExample |
||
11 | { |
||
12 | /** |
||
13 | * @var integer[] |
||
14 | */ |
||
15 | protected $time; |
||
16 | |||
17 | /** |
||
18 | * @throws \Http\Client\Exception |
||
19 | * |
||
20 | * @return $this |
||
21 | * |
||
22 | * @SuppressWarnings(PHPMD.StaticAccess) |
||
23 | */ |
||
24 | public function find() |
||
47 | |||
48 | /** |
||
49 | * Get the time. |
||
50 | * |
||
51 | * @return integer[] |
||
52 | */ |
||
53 | public function get() |
||
57 | } |
||
58 |