# | Rule | Parent |
---|---|---|
1 | gii | |
2 | gii/<id:\w+> | |
3 | gii/<controller:[\w\-]+>/<action:[\w\-]+> | |
4 | debug | |
5 | debug/<controller:[\w\-]+>/<action:[\w\-]+> | |
6 | yii\rest\UrlRule | |
7 | / |
# | Rule | Target | Verb | Suffix | Mode | Type |
---|---|---|---|---|---|---|
1 | gii | gii/default/index | ||||
2 | gii/<id:\w+> | gii/default/view | ||||
3 | gii/<controller:[\w\-]+>/<action:[\w\-]+> | gii/<controller>/<action> | ||||
4 | debug | debug | ||||
5 | debug/<controller:[\w\-]+>/<action:[\w\-]+> | debug/<controller>/<action> | ||||
6 | api/orders/<action:[\w-]+>/<date:[-\w]+> | api/order/options | OPTIONS | REST | ||
7 | api/orders/<action:[\w-]+>/<start_timestamp:\d+> | api/order/options | OPTIONS | REST | ||
8 | api/orders/<action:[\w-]+>/<code:[a-zA-Z0-9_-]+> | api/order/options | OPTIONS | REST | ||
9 | api/orders/<code:[a-zA-Z0-9_-]+> | api/order/options | OPTIONS | REST | ||
10 | api/orders/<action:[\w-]+> | api/order/options | OPTIONS | REST | ||
11 | api/orders/get-schedule/<date:[-\w]+> | api/order/get-schedule | GET | REST | ||
12 | api/orders/get-tickets/<start_timestamp:\d+> | api/order/get-tickets | GET | REST | ||
13 | api/orders/success-payment/<code:[a-zA-Z0-9_-]+> | api/order/success-payment | GET | REST | ||
14 | api/orders/verify/<code:[a-zA-Z0-9_-]+> | api/order/verify | GET | REST | ||
15 | api/orders/send | api/order/send | POST | REST | ||
16 | api/orders/came-exhibition | api/order/came-exhibition | POST | REST | ||
17 | api/orders/<code:[a-zA-Z0-9_-]+> | api/order/view | GET | REST | ||
18 | api/orders/<code:[a-zA-Z0-9_-]+> | api/order/update | PATCH | REST | ||
19 | api/orders/add-photo/<code:[a-zA-Z0-9_-]+> | api/order/add-photo | POST | REST | ||
20 | api/orders/check-face | api/order/check-face | POST | REST | ||
21 | api/orders/<id:\d+> | api/order/update | PUT, PATCH | REST | ||
22 | api/orders/<id:\d+> | api/order/delete | DELETE | REST | ||
23 | api/orders/<id:\d+> | api/order/view | GET, HEAD | REST | ||
24 | api/orders | api/order/create | POST | REST | ||
25 | api/orders | api/order/index | GET, HEAD | REST | ||
26 | api/orders/<id:\d+> | api/order/options | REST | |||
27 | api/orders | api/order/options | REST | |||
28 | api/orders/<id:\d+>/<action:[\w-]+> | api/order/options | OPTIONS | REST | ||
29 | api/homes/<action:[\w-]+>/<date:[-\w]+> | api/home/options | OPTIONS | REST | ||
30 | api/homes/<action:[\w-]+>/<start_timestamp:\d+> | api/home/options | OPTIONS | REST | ||
31 | api/homes/<action:[\w-]+>/<code:[a-zA-Z0-9_-]+> | api/home/options | OPTIONS | REST | ||
32 | api/homes/<code:[a-zA-Z0-9_-]+> | api/home/options | OPTIONS | REST | ||
33 | api/homes/<action:[\w-]+> | api/home/options | OPTIONS | REST | ||
34 | api/homes/get-schedule/<date:[-\w]+> | api/home/get-schedule | GET | REST | ||
35 | api/homes/get-tickets/<start_timestamp:\d+> | api/home/get-tickets | GET | REST | ||
36 | api/homes/success-payment/<code:[a-zA-Z0-9_-]+> | api/home/success-payment | GET | REST | ||
37 | api/homes/verify/<code:[a-zA-Z0-9_-]+> | api/home/verify | GET | REST | ||
38 | api/homes/send | api/home/send | POST | REST | ||
39 | api/homes/came-exhibition | api/home/came-exhibition | POST | REST | ||
40 | api/homes/<code:[a-zA-Z0-9_-]+> | api/home/view | GET | REST | ||
41 | api/homes/<code:[a-zA-Z0-9_-]+> | api/home/update | PATCH | REST | ||
42 | api/homes/add-photo/<code:[a-zA-Z0-9_-]+> | api/home/add-photo | POST | REST | ||
43 | api/homes/check-face | api/home/check-face | POST | REST | ||
44 | api/homes/<id:\d+> | api/home/update | PUT, PATCH | REST | ||
45 | api/homes/<id:\d+> | api/home/delete | DELETE | REST | ||
46 | api/homes/<id:\d+> | api/home/view | GET, HEAD | REST | ||
47 | api/homes | api/home/create | POST | REST | ||
48 | api/homes | api/home/index | GET, HEAD | REST | ||
49 | api/homes/<id:\d+> | api/home/options | REST | |||
50 | api/homes | api/home/options | REST | |||
51 | api/homes/<id:\d+>/<action:[\w-]+> | api/home/options | OPTIONS | REST | ||
52 | api/abouts/<action:[\w-]+>/<date:[-\w]+> | api/about/options | OPTIONS | REST | ||
53 | api/abouts/<action:[\w-]+>/<start_timestamp:\d+> | api/about/options | OPTIONS | REST | ||
54 | api/abouts/<action:[\w-]+>/<code:[a-zA-Z0-9_-]+> | api/about/options | OPTIONS | REST | ||
55 | api/abouts/<code:[a-zA-Z0-9_-]+> | api/about/options | OPTIONS | REST | ||
56 | api/abouts/<action:[\w-]+> | api/about/options | OPTIONS | REST | ||
57 | api/abouts/get-schedule/<date:[-\w]+> | api/about/get-schedule | GET | REST | ||
58 | api/abouts/get-tickets/<start_timestamp:\d+> | api/about/get-tickets | GET | REST | ||
59 | api/abouts/success-payment/<code:[a-zA-Z0-9_-]+> | api/about/success-payment | GET | REST | ||
60 | api/abouts/verify/<code:[a-zA-Z0-9_-]+> | api/about/verify | GET | REST | ||
61 | api/abouts/send | api/about/send | POST | REST | ||
62 | api/abouts/came-exhibition | api/about/came-exhibition | POST | REST | ||
63 | api/abouts/<code:[a-zA-Z0-9_-]+> | api/about/view | GET | REST | ||
64 | api/abouts/<code:[a-zA-Z0-9_-]+> | api/about/update | PATCH | REST | ||
65 | api/abouts/add-photo/<code:[a-zA-Z0-9_-]+> | api/about/add-photo | POST | REST | ||
66 | api/abouts/check-face | api/about/check-face | POST | REST | ||
67 | api/abouts/<id:\d+> | api/about/update | PUT, PATCH | REST | ||
68 | api/abouts/<id:\d+> | api/about/delete | DELETE | REST | ||
69 | api/abouts/<id:\d+> | api/about/view | GET, HEAD | REST | ||
70 | api/abouts | api/about/create | POST | REST | ||
71 | api/abouts | api/about/index | GET, HEAD | REST | ||
72 | api/abouts/<id:\d+> | api/about/options | REST | |||
73 | api/abouts | api/about/options | REST | |||
74 | api/abouts/<id:\d+>/<action:[\w-]+> | api/about/options | OPTIONS | REST | ||
75 | api/communities/<action:[\w-]+>/<date:[-\w]+> | api/community/options | OPTIONS | REST | ||
76 | api/communities/<action:[\w-]+>/<start_timestamp:\d+> | api/community/options | OPTIONS | REST | ||
77 | api/communities/<action:[\w-]+>/<code:[a-zA-Z0-9_-]+> | api/community/options | OPTIONS | REST | ||
78 | api/communities/<code:[a-zA-Z0-9_-]+> | api/community/options | OPTIONS | REST | ||
79 | api/communities/<action:[\w-]+> | api/community/options | OPTIONS | REST | ||
80 | api/communities/get-schedule/<date:[-\w]+> | api/community/get-schedule | GET | REST | ||
81 | api/communities/get-tickets/<start_timestamp:\d+> | api/community/get-tickets | GET | REST | ||
82 | api/communities/success-payment/<code:[a-zA-Z0-9_-]+> | api/community/success-payment | GET | REST | ||
83 | api/communities/verify/<code:[a-zA-Z0-9_-]+> | api/community/verify | GET | REST | ||
84 | api/communities/send | api/community/send | POST | REST | ||
85 | api/communities/came-exhibition | api/community/came-exhibition | POST | REST | ||
86 | api/communities/<code:[a-zA-Z0-9_-]+> | api/community/view | GET | REST | ||
87 | api/communities/<code:[a-zA-Z0-9_-]+> | api/community/update | PATCH | REST | ||
88 | api/communities/add-photo/<code:[a-zA-Z0-9_-]+> | api/community/add-photo | POST | REST | ||
89 | api/communities/check-face | api/community/check-face | POST | REST | ||
90 | api/communities/<id:\d+> | api/community/update | PUT, PATCH | REST | ||
91 | api/communities/<id:\d+> | api/community/delete | DELETE | REST | ||
92 | api/communities/<id:\d+> | api/community/view | GET, HEAD | REST | ||
93 | api/communities | api/community/create | POST | REST | ||
94 | api/communities | api/community/index | GET, HEAD | REST | ||
95 | api/communities/<id:\d+> | api/community/options | REST | |||
96 | api/communities | api/community/options | REST | |||
97 | api/communities/<id:\d+>/<action:[\w-]+> | api/community/options | OPTIONS | REST | ||
98 | api/question-answers/<action:[\w-]+>/<date:[-\w]+> | api/question-answer/options | OPTIONS | REST | ||
99 | api/question-answers/<action:[\w-]+>/<start_timestamp:\d+> | api/question-answer/options | OPTIONS | REST | ||
100 | api/question-answers/<action:[\w-]+>/<code:[a-zA-Z0-9_-]+> | api/question-answer/options | OPTIONS | REST | ||
101 | api/question-answers/<code:[a-zA-Z0-9_-]+> | api/question-answer/options | OPTIONS | REST | ||
102 | api/question-answers/<action:[\w-]+> | api/question-answer/options | OPTIONS | REST | ||
103 | api/question-answers/get-schedule/<date:[-\w]+> | api/question-answer/get-schedule | GET | REST | ||
104 | api/question-answers/get-tickets/<start_timestamp:\d+> | api/question-answer/get-tickets | GET | REST | ||
105 | api/question-answers/success-payment/<code:[a-zA-Z0-9_-]+> | api/question-answer/success-payment | GET | REST | ||
106 | api/question-answers/verify/<code:[a-zA-Z0-9_-]+> | api/question-answer/verify | GET | REST | ||
107 | api/question-answers/send | api/question-answer/send | POST | REST | ||
108 | api/question-answers/came-exhibition | api/question-answer/came-exhibition | POST | REST | ||
109 | api/question-answers/<code:[a-zA-Z0-9_-]+> | api/question-answer/view | GET | REST | ||
110 | api/question-answers/<code:[a-zA-Z0-9_-]+> | api/question-answer/update | PATCH | REST | ||
111 | api/question-answers/add-photo/<code:[a-zA-Z0-9_-]+> | api/question-answer/add-photo | POST | REST | ||
112 | api/question-answers/check-face | api/question-answer/check-face | POST | REST | ||
113 | api/question-answers/<id:\d+> | api/question-answer/update | PUT, PATCH | REST | ||
114 | api/question-answers/<id:\d+> | api/question-answer/delete | DELETE | REST | ||
115 | api/question-answers/<id:\d+> | api/question-answer/view | GET, HEAD | REST | ||
116 | api/question-answers | api/question-answer/create | POST | REST | ||
117 | api/question-answers | api/question-answer/index | GET, HEAD | REST | ||
118 | api/question-answers/<id:\d+> | api/question-answer/options | REST | |||
119 | api/question-answers | api/question-answer/options | REST | |||
120 | api/question-answers/<id:\d+>/<action:[\w-]+> | api/question-answer/options | OPTIONS | REST | ||
121 | api/visits/<action:[\w-]+>/<date:[-\w]+> | api/visit/options | OPTIONS | REST | ||
122 | api/visits/<action:[\w-]+>/<start_timestamp:\d+> | api/visit/options | OPTIONS | REST | ||
123 | api/visits/<action:[\w-]+>/<code:[a-zA-Z0-9_-]+> | api/visit/options | OPTIONS | REST | ||
124 | api/visits/<code:[a-zA-Z0-9_-]+> | api/visit/options | OPTIONS | REST | ||
125 | api/visits/<action:[\w-]+> | api/visit/options | OPTIONS | REST | ||
126 | api/visits/get-schedule/<date:[-\w]+> | api/visit/get-schedule | GET | REST | ||
127 | api/visits/get-tickets/<start_timestamp:\d+> | api/visit/get-tickets | GET | REST | ||
128 | api/visits/success-payment/<code:[a-zA-Z0-9_-]+> | api/visit/success-payment | GET | REST | ||
129 | api/visits/verify/<code:[a-zA-Z0-9_-]+> | api/visit/verify | GET | REST | ||
130 | api/visits/send | api/visit/send | POST | REST | ||
131 | api/visits/came-exhibition | api/visit/came-exhibition | POST | REST | ||
132 | api/visits/<code:[a-zA-Z0-9_-]+> | api/visit/view | GET | REST | ||
133 | api/visits/<code:[a-zA-Z0-9_-]+> | api/visit/update | PATCH | REST | ||
134 | api/visits/add-photo/<code:[a-zA-Z0-9_-]+> | api/visit/add-photo | POST | REST | ||
135 | api/visits/check-face | api/visit/check-face | POST | REST | ||
136 | api/visits/<id:\d+> | api/visit/update | PUT, PATCH | REST | ||
137 | api/visits/<id:\d+> | api/visit/delete | DELETE | REST | ||
138 | api/visits/<id:\d+> | api/visit/view | GET, HEAD | REST | ||
139 | api/visits | api/visit/create | POST | REST | ||
140 | api/visits | api/visit/index | GET, HEAD | REST | ||
141 | api/visits/<id:\d+> | api/visit/options | REST | |||
142 | api/visits | api/visit/options | REST | |||
143 | api/visits/<id:\d+>/<action:[\w-]+> | api/visit/options | OPTIONS | REST | ||
144 | api/modals/<action:[\w-]+>/<date:[-\w]+> | api/modal/options | OPTIONS | REST | ||
145 | api/modals/<action:[\w-]+>/<start_timestamp:\d+> | api/modal/options | OPTIONS | REST | ||
146 | api/modals/<action:[\w-]+>/<code:[a-zA-Z0-9_-]+> | api/modal/options | OPTIONS | REST | ||
147 | api/modals/<code:[a-zA-Z0-9_-]+> | api/modal/options | OPTIONS | REST | ||
148 | api/modals/<action:[\w-]+> | api/modal/options | OPTIONS | REST | ||
149 | api/modals/get-schedule/<date:[-\w]+> | api/modal/get-schedule | GET | REST | ||
150 | api/modals/get-tickets/<start_timestamp:\d+> | api/modal/get-tickets | GET | REST | ||
151 | api/modals/success-payment/<code:[a-zA-Z0-9_-]+> | api/modal/success-payment | GET | REST | ||
152 | api/modals/verify/<code:[a-zA-Z0-9_-]+> | api/modal/verify | GET | REST | ||
153 | api/modals/send | api/modal/send | POST | REST | ||
154 | api/modals/came-exhibition | api/modal/came-exhibition | POST | REST | ||
155 | api/modals/<code:[a-zA-Z0-9_-]+> | api/modal/view | GET | REST | ||
156 | api/modals/<code:[a-zA-Z0-9_-]+> | api/modal/update | PATCH | REST | ||
157 | api/modals/add-photo/<code:[a-zA-Z0-9_-]+> | api/modal/add-photo | POST | REST | ||
158 | api/modals/check-face | api/modal/check-face | POST | REST | ||
159 | api/modals/<id:\d+> | api/modal/update | PUT, PATCH | REST | ||
160 | api/modals/<id:\d+> | api/modal/delete | DELETE | REST | ||
161 | api/modals/<id:\d+> | api/modal/view | GET, HEAD | REST | ||
162 | api/modals | api/modal/create | POST | REST | ||
163 | api/modals | api/modal/index | GET, HEAD | REST | ||
164 | api/modals/<id:\d+> | api/modal/options | REST | |||
165 | api/modals | api/modal/options | REST | |||
166 | api/modals/<id:\d+>/<action:[\w-]+> | api/modal/options | OPTIONS | REST | ||
167 | api/contacts/<action:[\w-]+>/<date:[-\w]+> | api/contact/options | OPTIONS | REST | ||
168 | api/contacts/<action:[\w-]+>/<start_timestamp:\d+> | api/contact/options | OPTIONS | REST | ||
169 | api/contacts/<action:[\w-]+>/<code:[a-zA-Z0-9_-]+> | api/contact/options | OPTIONS | REST | ||
170 | api/contacts/<code:[a-zA-Z0-9_-]+> | api/contact/options | OPTIONS | REST | ||
171 | api/contacts/<action:[\w-]+> | api/contact/options | OPTIONS | REST | ||
172 | api/contacts/get-schedule/<date:[-\w]+> | api/contact/get-schedule | GET | REST | ||
173 | api/contacts/get-tickets/<start_timestamp:\d+> | api/contact/get-tickets | GET | REST | ||
174 | api/contacts/success-payment/<code:[a-zA-Z0-9_-]+> | api/contact/success-payment | GET | REST | ||
175 | api/contacts/verify/<code:[a-zA-Z0-9_-]+> | api/contact/verify | GET | REST | ||
176 | api/contacts/send | api/contact/send | POST | REST | ||
177 | api/contacts/came-exhibition | api/contact/came-exhibition | POST | REST | ||
178 | api/contacts/<code:[a-zA-Z0-9_-]+> | api/contact/view | GET | REST | ||
179 | api/contacts/<code:[a-zA-Z0-9_-]+> | api/contact/update | PATCH | REST | ||
180 | api/contacts/add-photo/<code:[a-zA-Z0-9_-]+> | api/contact/add-photo | POST | REST | ||
181 | api/contacts/check-face | api/contact/check-face | POST | REST | ||
182 | api/contacts/<id:\d+> | api/contact/update | PUT, PATCH | REST | ||
183 | api/contacts/<id:\d+> | api/contact/delete | DELETE | REST | ||
184 | api/contacts/<id:\d+> | api/contact/view | GET, HEAD | REST | ||
185 | api/contacts | api/contact/create | POST | REST | ||
186 | api/contacts | api/contact/index | GET, HEAD | REST | ||
187 | api/contacts/<id:\d+> | api/contact/options | REST | |||
188 | api/contacts | api/contact/options | REST | |||
189 | api/contacts/<id:\d+>/<action:[\w-]+> | api/contact/options | OPTIONS | REST | ||
190 | api/promocodes/<action:[\w-]+>/<date:[-\w]+> | api/promocode/options | OPTIONS | REST | ||
191 | api/promocodes/<action:[\w-]+>/<start_timestamp:\d+> | api/promocode/options | OPTIONS | REST | ||
192 | api/promocodes/<action:[\w-]+>/<code:[a-zA-Z0-9_-]+> | api/promocode/options | OPTIONS | REST | ||
193 | api/promocodes/<code:[a-zA-Z0-9_-]+> | api/promocode/options | OPTIONS | REST | ||
194 | api/promocodes/<action:[\w-]+> | api/promocode/options | OPTIONS | REST | ||
195 | api/promocodes/get-schedule/<date:[-\w]+> | api/promocode/get-schedule | GET | REST | ||
196 | api/promocodes/get-tickets/<start_timestamp:\d+> | api/promocode/get-tickets | GET | REST | ||
197 | api/promocodes/success-payment/<code:[a-zA-Z0-9_-]+> | api/promocode/success-payment | GET | REST | ||
198 | api/promocodes/verify/<code:[a-zA-Z0-9_-]+> | api/promocode/verify | GET | REST | ||
199 | api/promocodes/send | api/promocode/send | POST | REST | ||
200 | api/promocodes/came-exhibition | api/promocode/came-exhibition | POST | REST | ||
201 | api/promocodes/<code:[a-zA-Z0-9_-]+> | api/promocode/view | GET | REST | ||
202 | api/promocodes/<code:[a-zA-Z0-9_-]+> | api/promocode/update | PATCH | REST | ||
203 | api/promocodes/add-photo/<code:[a-zA-Z0-9_-]+> | api/promocode/add-photo | POST | REST | ||
204 | api/promocodes/check-face | api/promocode/check-face | POST | REST | ||
205 | api/promocodes/<id:\d+> | api/promocode/update | PUT, PATCH | REST | ||
206 | api/promocodes/<id:\d+> | api/promocode/delete | DELETE | REST | ||
207 | api/promocodes/<id:\d+> | api/promocode/view | GET, HEAD | REST | ||
208 | api/promocodes | api/promocode/create | POST | REST | ||
209 | api/promocodes | api/promocode/index | GET, HEAD | REST | ||
210 | api/promocodes/<id:\d+> | api/promocode/options | REST | |||
211 | api/promocodes | api/promocode/options | REST | |||
212 | api/promocodes/<id:\d+>/<action:[\w-]+> | api/promocode/options | OPTIONS | REST | ||
213 | api/tickets/<action:[\w-]+>/<date:[-\w]+> | api/ticket/options | OPTIONS | REST | ||
214 | api/tickets/<action:[\w-]+>/<start_timestamp:\d+> | api/ticket/options | OPTIONS | REST | ||
215 | api/tickets/<action:[\w-]+>/<code:[a-zA-Z0-9_-]+> | api/ticket/options | OPTIONS | REST | ||
216 | api/tickets/<code:[a-zA-Z0-9_-]+> | api/ticket/options | OPTIONS | REST | ||
217 | api/tickets/<action:[\w-]+> | api/ticket/options | OPTIONS | REST | ||
218 | api/tickets/get-schedule/<date:[-\w]+> | api/ticket/get-schedule | GET | REST | ||
219 | api/tickets/get-tickets/<start_timestamp:\d+> | api/ticket/get-tickets | GET | REST | ||
220 | api/tickets/success-payment/<code:[a-zA-Z0-9_-]+> | api/ticket/success-payment | GET | REST | ||
221 | api/tickets/verify/<code:[a-zA-Z0-9_-]+> | api/ticket/verify | GET | REST | ||
222 | api/tickets/send | api/ticket/send | POST | REST | ||
223 | api/tickets/came-exhibition | api/ticket/came-exhibition | POST | REST | ||
224 | api/tickets/<code:[a-zA-Z0-9_-]+> | api/ticket/view | GET | REST | ||
225 | api/tickets/<code:[a-zA-Z0-9_-]+> | api/ticket/update | PATCH | REST | ||
226 | api/tickets/add-photo/<code:[a-zA-Z0-9_-]+> | api/ticket/add-photo | POST | REST | ||
227 | api/tickets/check-face | api/ticket/check-face | POST | REST | ||
228 | api/tickets/<id:\d+> | api/ticket/update | PUT, PATCH | REST | ||
229 | api/tickets/<id:\d+> | api/ticket/delete | DELETE | REST | ||
230 | api/tickets/<id:\d+> | api/ticket/view | GET, HEAD | REST | ||
231 | api/tickets | api/ticket/create | POST | REST | ||
232 | api/tickets | api/ticket/index | GET, HEAD | REST | ||
233 | api/tickets/<id:\d+> | api/ticket/options | REST | |||
234 | api/tickets | api/ticket/options | REST | |||
235 | api/tickets/<id:\d+>/<action:[\w-]+> | api/ticket/options | OPTIONS | REST | ||
236 | / | admin/orders/index |
# | Action | Route | First Matching Rule | Rules Tested |
---|---|---|---|---|
1 | app\api\controllers\AboutController::actions() | api/about/[external-action] | 0 | |
2 | app\api\controllers\AllApiController::actions() | api/all-api/[external-action] | 0 | |
3 | app\api\controllers\CommunityController::actionIndex() | api/community/index | 6 | |
4 | app\api\controllers\CommunityController::actions() | api/community/[external-action] | 0 | |
5 | app\api\controllers\ContactController::actionSend() | api/contact/send | 6 | |
6 | app\api\controllers\ContactController::actions() | api/contact/[external-action] | 0 | |
7 | app\api\controllers\HomeController::actions() | api/home/[external-action] | 0 | |
8 | app\api\controllers\ModalController::actions() | api/modal/[external-action] | 0 | |
9 | app\api\controllers\OrderController::actionAddPhoto() | api/order/add-photo | 7 | |
10 | app\api\controllers\OrderController::actionCameExhibition() | api/order/came-exhibition | 6 | |
11 | app\api\controllers\OrderController::actionCheckFace() | api/order/check-face | 6 | |
12 | app\api\controllers\OrderController::actionCreate() | api/order/create | 6 | |
13 | app\api\controllers\OrderController::actionSuccessPayment() | api/order/success-payment | 7 | |
14 | app\api\controllers\OrderController::actionUpdate() | api/order/update | 7 | |
15 | app\api\controllers\OrderController::actionView() | api/order/view | 7 | |
16 | app\api\controllers\OrderController::actions() | api/order/[external-action] | 0 | |
17 | app\api\controllers\PortfolioController::actionPath() | api/portfolio/path | 7 | |
18 | app\api\controllers\PortfolioController::actions() | api/portfolio/[external-action] | 0 | |
19 | app\api\controllers\PromocodeController::actionVerify() | api/promocode/verify | 7 | |
20 | app\api\controllers\PromocodeController::actions() | api/promocode/[external-action] | 0 | |
21 | app\api\controllers\QuestionAnswerController::actions() | api/question-answer/[external-action] | 0 | |
22 | app\api\controllers\TicketController::actionGetSchedule() | api/ticket/get-schedule | 7 | |
23 | app\api\controllers\TicketController::actionGetTickets() | api/ticket/get-tickets | 7 | |
24 | app\api\controllers\TicketController::actions() | api/ticket/[external-action] | 0 | |
25 | app\api\controllers\VisitController::actions() | api/visit/[external-action] | 0 | |
26 | app\controllers\SiteController::actionLogin() | site/login | 7 | |
27 | app\controllers\SiteController::actionLogout() | site/logout | 7 | |
28 | app\controllers\SiteController::actionRebuildFrontend() | site/rebuild-frontend | 7 | |
29 | app\controllers\SiteController::actionShare() | site/share | 7 | |
30 | app\controllers\SiteController::actions() | site/[external-action] | 0 | |
31 | app\modules\admin\controllers\AboutController::actionCreate() | admin/about/create | 7 | |
32 | app\modules\admin\controllers\AboutController::actionDelete() | admin/about/delete | 7 | |
33 | app\modules\admin\controllers\AboutController::actionIndex() | admin/about/index | 7 | |
34 | app\modules\admin\controllers\AboutController::actionUpdate() | admin/about/update | 7 | |
35 | app\modules\admin\controllers\AboutController::actionView() | admin/about/view | 7 | |
36 | app\modules\admin\controllers\AboutController::actions() | admin/about/[external-action] | 0 | |
37 | app\modules\admin\controllers\CommunityController::actionCreate() | admin/community/create | 7 | |
38 | app\modules\admin\controllers\CommunityController::actionDelete() | admin/community/delete | 7 | |
39 | app\modules\admin\controllers\CommunityController::actionIndex() | admin/community/index | 7 | |
40 | app\modules\admin\controllers\CommunityController::actionUpdate() | admin/community/update | 7 | |
41 | app\modules\admin\controllers\CommunityController::actionView() | admin/community/view | 7 | |
42 | app\modules\admin\controllers\CommunityController::actions() | admin/community/[external-action] | 0 | |
43 | app\modules\admin\controllers\ContactFormsController::actionCreate() | admin/contact-forms/create | 7 | |
44 | app\modules\admin\controllers\ContactFormsController::actionDelete() | admin/contact-forms/delete | 7 | |
45 | app\modules\admin\controllers\ContactFormsController::actionIndex() | admin/contact-forms/index | 7 | |
46 | app\modules\admin\controllers\ContactFormsController::actionTest() | admin/contact-forms/test | 7 | |
47 | app\modules\admin\controllers\ContactFormsController::actionUpdate() | admin/contact-forms/update | 7 | |
48 | app\modules\admin\controllers\ContactFormsController::actionView() | admin/contact-forms/view | 7 | |
49 | app\modules\admin\controllers\ContactFormsController::actions() | admin/contact-forms/[external-action] | 0 | |
50 | app\modules\admin\controllers\ContactsController::actionCreate() | admin/contacts/create | 7 | |
51 | app\modules\admin\controllers\ContactsController::actionDelete() | admin/contacts/delete | 7 | |
52 | app\modules\admin\controllers\ContactsController::actionIndex() | admin/contacts/index | 7 | |
53 | app\modules\admin\controllers\ContactsController::actionUpdate() | admin/contacts/update | 7 | |
54 | app\modules\admin\controllers\ContactsController::actionView() | admin/contacts/view | 7 | |
55 | app\modules\admin\controllers\ContactsController::actions() | admin/contacts/[external-action] | 0 | |
56 | app\modules\admin\controllers\HomeController::actionCreate() | admin/home/create | 7 | |
57 | app\modules\admin\controllers\HomeController::actionDelete() | admin/home/delete | 7 | |
58 | app\modules\admin\controllers\HomeController::actionIndex() | admin/home/index | 7 | |
59 | app\modules\admin\controllers\HomeController::actionTest() | admin/home/test | 7 | |
60 | app\modules\admin\controllers\HomeController::actionUpdate() | admin/home/update | 7 | |
61 | app\modules\admin\controllers\HomeController::actionView() | admin/home/view | 7 | |
62 | app\modules\admin\controllers\HomeController::actions() | admin/home/[external-action] | 0 | |
63 | app\modules\admin\controllers\ModalController::actionCreate() | admin/modal/create | 7 | |
64 | app\modules\admin\controllers\ModalController::actionDelete() | admin/modal/delete | 7 | |
65 | app\modules\admin\controllers\ModalController::actionIndex() | admin/modal/index | 7 | |
66 | app\modules\admin\controllers\ModalController::actionUpdate() | admin/modal/update | 7 | |
67 | app\modules\admin\controllers\ModalController::actionView() | admin/modal/view | 7 | |
68 | app\modules\admin\controllers\ModalController::actions() | admin/modal/[external-action] | 0 | |
69 | app\modules\admin\controllers\OrderItemsController::actionCreate() | admin/order-items/create | 7 | |
70 | app\modules\admin\controllers\OrderItemsController::actionDelete() | admin/order-items/delete | 7 | |
71 | app\modules\admin\controllers\OrderItemsController::actionIndex() | admin/order-items/index | 7 | |
72 | app\modules\admin\controllers\OrderItemsController::actionReset() | admin/order-items/reset | 7 | |
73 | app\modules\admin\controllers\OrderItemsController::actionUpdate() | admin/order-items/update | 7 | |
74 | app\modules\admin\controllers\OrderItemsController::actionView() | admin/order-items/view | 7 | |
75 | app\modules\admin\controllers\OrderItemsController::actions() | admin/order-items/[external-action] | 0 | |
76 | app\modules\admin\controllers\OrdersController::actionCreate() | admin/orders/create | 7 | |
77 | app\modules\admin\controllers\OrdersController::actionDelete() | admin/orders/delete | 7 | |
78 | app\modules\admin\controllers\OrdersController::actionIndex() | admin/orders/index | / | 7 |
79 | app\modules\admin\controllers\OrdersController::actionResendEmail() | admin/orders/resend-email | 7 | |
80 | app\modules\admin\controllers\OrdersController::actionTestNewPayment() | admin/orders/test-new-payment | 7 | |
81 | app\modules\admin\controllers\OrdersController::actionTestNewPayment1() | admin/orders/test-new-payment1 | 7 | |
82 | app\modules\admin\controllers\OrdersController::actionUpdate() | admin/orders/update | 7 | |
83 | app\modules\admin\controllers\OrdersController::actionUpdateDate() | admin/orders/update-date | 7 | |
84 | app\modules\admin\controllers\OrdersController::actionView() | admin/orders/view | 7 | |
85 | app\modules\admin\controllers\OrdersController::actions() | admin/orders/[external-action] | 0 | |
86 | app\modules\admin\controllers\PortfolioController::actionCreate() | admin/portfolio/create | 7 | |
87 | app\modules\admin\controllers\PortfolioController::actionDelete() | admin/portfolio/delete | 7 | |
88 | app\modules\admin\controllers\PortfolioController::actionIndex() | admin/portfolio/index | 7 | |
89 | app\modules\admin\controllers\PortfolioController::actions() | admin/portfolio/[external-action] | 0 | |
90 | app\modules\admin\controllers\PromocodeController::actionCreate() | admin/promocode/create | 7 | |
91 | app\modules\admin\controllers\PromocodeController::actionDelete() | admin/promocode/delete | 7 | |
92 | app\modules\admin\controllers\PromocodeController::actionIndex() | admin/promocode/index | 7 | |
93 | app\modules\admin\controllers\PromocodeController::actionUpdate() | admin/promocode/update | 7 | |
94 | app\modules\admin\controllers\PromocodeController::actionView() | admin/promocode/view | 7 | |
95 | app\modules\admin\controllers\PromocodeController::actions() | admin/promocode/[external-action] | 0 | |
96 | app\modules\admin\controllers\PromocodeGroupController::actionCreate() | admin/promocode-group/create | 7 | |
97 | app\modules\admin\controllers\PromocodeGroupController::actionDelete() | admin/promocode-group/delete | 7 | |
98 | app\modules\admin\controllers\PromocodeGroupController::actionIndex() | admin/promocode-group/index | 7 | |
99 | app\modules\admin\controllers\PromocodeGroupController::actionUpdate() | admin/promocode-group/update | 7 | |
100 | app\modules\admin\controllers\PromocodeGroupController::actionView() | admin/promocode-group/view | 7 | |
101 | app\modules\admin\controllers\PromocodeGroupController::actions() | admin/promocode-group/[external-action] | 0 | |
102 | app\modules\admin\controllers\QuestionAnswerController::actionCreate() | admin/question-answer/create | 7 | |
103 | app\modules\admin\controllers\QuestionAnswerController::actionDelete() | admin/question-answer/delete | 7 | |
104 | app\modules\admin\controllers\QuestionAnswerController::actionIndex() | admin/question-answer/index | 7 | |
105 | app\modules\admin\controllers\QuestionAnswerController::actionUpdate() | admin/question-answer/update | 7 | |
106 | app\modules\admin\controllers\QuestionAnswerController::actionView() | admin/question-answer/view | 7 | |
107 | app\modules\admin\controllers\QuestionAnswerController::actions() | admin/question-answer/[external-action] | 0 | |
108 | app\modules\admin\controllers\TicketsController::actionCopy() | admin/tickets/copy | 7 | |
109 | app\modules\admin\controllers\TicketsController::actionCreate() | admin/tickets/create | 7 | |
110 | app\modules\admin\controllers\TicketsController::actionDelete() | admin/tickets/delete | 7 | |
111 | app\modules\admin\controllers\TicketsController::actionIndex() | admin/tickets/index | 7 | |
112 | app\modules\admin\controllers\TicketsController::actionRegenerate() | admin/tickets/regenerate | 7 | |
113 | app\modules\admin\controllers\TicketsController::actionTest() | admin/tickets/test | 7 | |
114 | app\modules\admin\controllers\TicketsController::actionTestUpdate() | admin/tickets/test-update | 7 | |
115 | app\modules\admin\controllers\TicketsController::actionUpdate() | admin/tickets/update | 7 | |
116 | app\modules\admin\controllers\TicketsController::actionView() | admin/tickets/view | 7 | |
117 | app\modules\admin\controllers\TicketsController::actions() | admin/tickets/[external-action] | 0 | |
118 | app\modules\admin\controllers\VisitController::actionCreate() | admin/visit/create | 7 | |
119 | app\modules\admin\controllers\VisitController::actionDelete() | admin/visit/delete | 7 | |
120 | app\modules\admin\controllers\VisitController::actionIndex() | admin/visit/index | 7 | |
121 | app\modules\admin\controllers\VisitController::actionUpdate() | admin/visit/update | 7 | |
122 | app\modules\admin\controllers\VisitController::actionView() | admin/visit/view | 7 | |
123 | app\modules\admin\controllers\VisitController::actions() | admin/visit/[external-action] | 0 | |
124 | kartik\grid\controllers\ExportController::actionDownload() | gridview/export/download | 7 | |
125 | kartik\grid\controllers\ExportController::actions() | gridview/export/[external-action] | 0 | |
126 | kartik\grid\controllers\GridEditedRowController::actionBack() | gridview/grid-edited-row/back | 7 | |
127 | kartik\grid\controllers\GridEditedRowController::actions() | gridview/grid-edited-row/[external-action] | 0 | |
128 | yii\debug\controllers\DefaultController::actionDownloadMail() | debug/default/download-mail | debug/<controller:[\w\-]+>/<action:[\w\-]+> | 5 |
129 | yii\debug\controllers\DefaultController::actionIndex() | debug/default/index | debug/<controller:[\w\-]+>/<action:[\w\-]+> | 5 |
130 | yii\debug\controllers\DefaultController::actionToolbar() | debug/default/toolbar | debug/<controller:[\w\-]+>/<action:[\w\-]+> | 5 |
131 | yii\debug\controllers\DefaultController::actionView() | debug/default/view | debug/<controller:[\w\-]+>/<action:[\w\-]+> | 5 |
132 | yii\debug\controllers\DefaultController::actions() | debug/default/[external-action] | 0 | |
133 | yii\debug\controllers\UserController::actionResetIdentity() | debug/user/reset-identity | debug/<controller:[\w\-]+>/<action:[\w\-]+> | 5 |
134 | yii\debug\controllers\UserController::actionSetIdentity() | debug/user/set-identity | debug/<controller:[\w\-]+>/<action:[\w\-]+> | 5 |
135 | yii\debug\controllers\UserController::actions() | debug/user/[external-action] | 0 | |
136 | yii\gii\controllers\DefaultController::actionAction() | gii/default/action | gii/<controller:[\w\-]+>/<action:[\w\-]+> | 3 |
137 | yii\gii\controllers\DefaultController::actionDiff() | gii/default/diff | gii/<controller:[\w\-]+>/<action:[\w\-]+> | 3 |
138 | yii\gii\controllers\DefaultController::actionIndex() | gii/default/index | gii | 1 |
139 | yii\gii\controllers\DefaultController::actionPreview() | gii/default/preview | gii/<controller:[\w\-]+>/<action:[\w\-]+> | 3 |
140 | yii\gii\controllers\DefaultController::actionView() | gii/default/view | gii/<controller:[\w\-]+>/<action:[\w\-]+> | 3 |
141 | yii\gii\controllers\DefaultController::actions() | gii/default/[external-action] | 0 |