· 7 years ago · Mar 15, 2018, 07:14 AM
1class common\models\Exchange#36 (13) {
2 public $contract_currency_id_array =>
3 NULL
4 public $contract_value_array =>
5 NULL
6 public $currency_pair_active =>
7 NULL
8 private $_attributes =>
9 array(8) {
10 'id' =>
11 int(40)
12 'name' =>
13 string(4) "OKEX"
14 'description' =>
15 string(50) "The Leading Global Bitcoin/Cryptocurrency Exchange"
16 'url' =>
17 string(21) "https://www.okex.com/"
18 'api_url' =>
19 string(28) "https://www.okex.com/api/v1/"
20 'api_key' =>
21 string(36) "-"
22 'secret_key' =>
23 string(32) "-"
24 'status_is_active' =>
25 int(1)
26 }
27 private $_oldAttributes =>
28 array(8) {
29 'id' =>
30 int(40)
31 'name' =>
32 string(4) "OKEX"
33 'description' =>
34 string(50) "The Leading Global Bitcoin/Cryptocurrency Exchange"
35 'url' =>
36 string(21) "https://www.okex.com/"
37 'api_url' =>
38 string(28) "https://www.okex.com/api/v1/"
39 'api_key' =>
40 string(36) "-"
41 'secret_key' =>
42 string(32) "-"
43 'status_is_active' =>
44 int(1)
45 }
46 private $_related =>
47 array(1) {
48 'exchangeToCurrencyPair' =>
49 array(11) {
50 [0] =>
51 class common\models\ExchangeToCurrencyPair#54 (10) {
52 ...
53 }
54 [1] =>
55 class common\models\ExchangeToCurrencyPair#66 (10) {
56 ...
57 }
58 [2] =>
59 class common\models\ExchangeToCurrencyPair#67 (10) {
60 ...
61 }
62 [3] =>
63 class common\models\ExchangeToCurrencyPair#68 (10) {
64 ...
65 }
66 [4] =>
67 class common\models\ExchangeToCurrencyPair#69 (10) {
68 ...
69 }
70 [5] =>
71 class common\models\ExchangeToCurrencyPair#70 (10) {
72 ...
73 }
74 [6] =>
75 class common\models\ExchangeToCurrencyPair#71 (10) {
76 ...
77 }
78 [7] =>
79 class common\models\ExchangeToCurrencyPair#72 (10) {
80 ...
81 }
82 [8] =>
83 class common\models\ExchangeToCurrencyPair#73 (10) {
84 ...
85 }
86 [9] =>
87 class common\models\ExchangeToCurrencyPair#74 (10) {
88 ...
89 }
90 [10] =>
91 class common\models\ExchangeToCurrencyPair#75 (10) {
92 ...
93 }
94 }
95 }
96 private $_relationsDependencies =>
97 array(1) {
98 'id' =>
99 array(1) {
100 'exchangeToCurrencyPair' =>
101 string(22) "exchangeToCurrencyPair"
102 }
103 }
104 private $_errors =>
105 NULL
106 private $_validators =>
107 NULL
108 private $_scenario =>
109 string(7) "default"
110 private $_events =>
111 array(2) {
112 'afterInsert' =>
113 array(1) {
114 [0] =>
115 array(2) {
116 ...
117 }
118 }
119 'afterUpdate' =>
120 array(1) {
121 [0] =>
122 array(2) {
123 ...
124 }
125 }
126 }
127 private $_eventWildcards =>
128 array(0) {
129 }
130 private $_behaviors =>
131 array(1) {
132 [0] =>
133 class voskobovich\linker\LinkerBehavior#42 (4) {
134 public $relations =>
135 array(1) {
136 ...
137 }
138 private $dirtyValueOfAttributes =>
139 array(0) {
140 ...
141 }
142 private $dynamicFieldsOfModel =>
143 array(1) {
144 ...
145 }
146 public $owner =>
147 ...
148
149 }
150 }
151}