1 | <?php |
||
16 | class Status extends FlexiBeeRO |
||
17 | { |
||
18 | /** |
||
19 | * Evidence užitá objektem. |
||
20 | * Evidence used by object |
||
21 | * |
||
22 | * @link https://demo.flexibee.eu/c/demo/evidence-list Přehled evidencí |
||
23 | * @var string |
||
24 | */ |
||
25 | public $evidence = 'status'; |
||
26 | |||
27 | /** |
||
28 | * @link https://demo.flexibee.eu/devdoc/company-identifier Identifikátor firmy |
||
29 | * @var string |
||
30 | */ |
||
31 | public $company = ''; |
||
32 | |||
33 | /** |
||
34 | * Default Line Prefix. |
||
35 | * |
||
36 | * @var string |
||
37 | */ |
||
38 | public $prefix = ''; |
||
39 | |||
40 | 1 | public function __construct($init = null, $options = []) |
|
45 | |||
46 | /** |
||
47 | * Return the same response format for one and multiplete results |
||
48 | * |
||
49 | * @param array $responseRaw |
||
50 | * @return array |
||
51 | */ |
||
52 | 2 | public function unifyResponseFormat($responseRaw) |
|
61 | } |
||
62 |