@@ -144,6 +144,13 @@ <h3 id="toc">
144
144
< span >
145
145
: mixed </ span >
146
146
</ dt >
147
+ < dd > </ dd >
148
+
149
+ < dt class ="phpdocumentor-table-of-contents__entry -property -protected ">
150
+ < a href ="classes/Urisoft-App-Http-AppFramework.html#property_config_dir "> $config_dir</ a >
151
+ < span >
152
+ : mixed </ span >
153
+ </ dt >
147
154
< dd > </ dd >
148
155
149
156
< dt class ="phpdocumentor-table-of-contents__entry -property -protected ">
@@ -174,13 +181,6 @@ <h3 id="toc">
174
181
</ dt >
175
182
< dd > Set up the application error handling based on environment settings.</ dd >
176
183
177
- < dt class ="phpdocumentor-table-of-contents__entry -method -protected ">
178
- < a href ="classes/Urisoft-App-Http-AppFramework.html#method_set_config "> set_config()</ a >
179
- < span >
180
- : void </ span >
181
- </ dt >
182
- < dd > Set the config options.</ dd >
183
-
184
184
</ dl >
185
185
186
186
@@ -260,6 +260,40 @@ <h4 class="phpdocumentor-element__name" id="property_config">
260
260
261
261
262
262
263
+ </ article >
264
+ < article
265
+ class ="
266
+ phpdocumentor-element
267
+ -property
268
+ -protected
269
+ "
270
+ >
271
+ < h4 class ="phpdocumentor-element__name " id ="property_config_dir ">
272
+ $config_dir
273
+ < a href ="classes/Urisoft-App-Http-AppFramework.html#property_config_dir " class ="headerlink "> < i class ="fas fa-link "> </ i > </ a >
274
+ < span class ="phpdocumentor-element__modifiers ">
275
+ </ span >
276
+ </ h4 >
277
+ < aside class ="phpdocumentor-element-found-in ">
278
+ < abbr class ="phpdocumentor-element-found-in__file " title ="src/App/Http/AppFramework.php "> < a href ="files/src-app-http-appframework.html "> < abbr title ="src/App/Http/AppFramework.php "> AppFramework.php</ abbr > </ a > </ abbr >
279
+ :
280
+ < span class ="phpdocumentor-element-found-in__line "> 16</ span >
281
+
282
+ </ aside >
283
+
284
+
285
+ < code class ="phpdocumentor-code phpdocumentor-signature ">
286
+ < span class ="phpdocumentor-signature__visibility "> protected</ span >
287
+ < span class ="phpdocumentor-signature__type "> mixed</ span >
288
+ < span class ="phpdocumentor-signature__name "> $config_dir</ span >
289
+ </ code >
290
+
291
+ < section class ="phpdocumentor-description "> </ section >
292
+
293
+ < section class ="phpdocumentor-description "> </ section >
294
+
295
+
296
+
263
297
</ article >
264
298
< article
265
299
class ="
@@ -315,15 +349,15 @@ <h4 class="phpdocumentor-element__name" id="method___construct">
315
349
< aside class ="phpdocumentor-element-found-in ">
316
350
< abbr class ="phpdocumentor-element-found-in__file " title ="src/App/Http/AppFramework.php "> < a href ="files/src-app-http-appframework.html "> < abbr title ="src/App/Http/AppFramework.php "> AppFramework.php</ abbr > </ a > </ abbr >
317
351
:
318
- < span class ="phpdocumentor-element-found-in__line "> 25 </ span >
352
+ < span class ="phpdocumentor-element-found-in__line "> 27 </ span >
319
353
320
354
</ aside >
321
355
322
356
< p class ="phpdocumentor-summary "> Setup App.</ p >
323
357
324
358
< code class ="phpdocumentor-code phpdocumentor-signature ">
325
359
< span class ="phpdocumentor-signature__visibility "> public</ span >
326
- < span class ="phpdocumentor-signature__name "> __construct</ span > < span > (</ span > < span class ="phpdocumentor-signature__argument "> < span class ="phpdocumentor-signature__argument__return-type "> string </ span > < span class ="phpdocumentor-signature__argument__name "> $app_path</ span > </ span > < span class ="phpdocumentor-signature__argument "> < span > [</ span > < span > , </ span > < span class ="phpdocumentor-signature__argument__return-type "> string </ span > < span class ="phpdocumentor-signature__argument__name "> $options</ span > < span > = </ span > < span class ="phpdocumentor-signature__argument__default-value "> 'app'</ span > < span > ]</ span > </ span > < span > )</ span > < span > : </ span > < span class ="phpdocumentor-signature__response_type "> mixed</ span > </ code >
360
+ < span class ="phpdocumentor-signature__name "> __construct</ span > < span > (</ span > < span class ="phpdocumentor-signature__argument "> < span class ="phpdocumentor-signature__argument__return-type "> string </ span > < span class ="phpdocumentor-signature__argument__name "> $app_path</ span > </ span > < span class ="phpdocumentor-signature__argument "> < span > , </ span > < span class =" phpdocumentor-signature__argument__return-type " > string </ span > < span class =" phpdocumentor-signature__argument__name " > $site_config </ span > </ span > < span class =" phpdocumentor-signature__argument " > < span > [</ span > < span > , </ span > < span class ="phpdocumentor-signature__argument__return-type "> string </ span > < span class ="phpdocumentor-signature__argument__name "> $options</ span > < span > = </ span > < span class ="phpdocumentor-signature__argument__default-value "> 'app'</ span > < span > ]</ span > </ span > < span > )</ span > < span > : </ span > < span class ="phpdocumentor-signature__response_type "> mixed</ span > </ code >
327
361
328
362
329
363
< h5 class ="phpdocumentor-argument-list__heading "> Parameters</ h5 >
@@ -336,6 +370,15 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
336
370
< section class ="phpdocumentor-description "> < p > The base app path, e.g., < strong > DIR</ strong > .</ p >
337
371
</ section >
338
372
373
+ </ dd >
374
+ < dt class ="phpdocumentor-argument-list__entry ">
375
+ < span class ="phpdocumentor-signature__argument__name "> $site_config</ span >
376
+ : < span class ="phpdocumentor-signature__argument__return-type "> string</ span >
377
+ </ dt >
378
+ < dd class ="phpdocumentor-argument-list__definition ">
379
+ < section class ="phpdocumentor-description "> < p > The config directory location.</ p >
380
+ </ section >
381
+
339
382
</ dd >
340
383
< dt class ="phpdocumentor-argument-list__entry ">
341
384
< span class ="phpdocumentor-signature__argument__name "> $options</ span >
@@ -385,7 +428,7 @@ <h4 class="phpdocumentor-element__name" id="method_kernel">
385
428
< aside class ="phpdocumentor-element-found-in ">
386
429
< abbr class ="phpdocumentor-element-found-in__file " title ="src/App/Http/AppFramework.php "> < a href ="files/src-app-http-appframework.html "> < abbr title ="src/App/Http/AppFramework.php "> AppFramework.php</ abbr > </ a > </ abbr >
387
430
:
388
- < span class ="phpdocumentor-element-found-in__line "> 51 </ span >
431
+ < span class ="phpdocumentor-element-found-in__line "> 60 </ span >
389
432
390
433
</ aside >
391
434
@@ -420,7 +463,7 @@ <h4 class="phpdocumentor-element__name" id="method_set_app_errors">
420
463
< aside class ="phpdocumentor-element-found-in ">
421
464
< abbr class ="phpdocumentor-element-found-in__file " title ="src/App/Http/AppFramework.php "> < a href ="files/src-app-http-appframework.html "> < abbr title ="src/App/Http/AppFramework.php "> AppFramework.php</ abbr > </ a > </ abbr >
422
465
:
423
- < span class ="phpdocumentor-element-found-in__line "> 63 </ span >
466
+ < span class ="phpdocumentor-element-found-in__line "> 72 </ span >
424
467
425
468
</ aside >
426
469
@@ -434,60 +477,6 @@ <h4 class="phpdocumentor-element__name" id="method_set_app_errors">
434
477
435
478
436
479
437
- < h5 class ="phpdocumentor-return-value__heading "> Return values</ h5 >
438
- < span class ="phpdocumentor-signature__response_type "> void</ span >
439
- —
440
-
441
-
442
- </ article >
443
- < article
444
- class ="phpdocumentor-element
445
- -method
446
- -protected
447
- "
448
- >
449
- < h4 class ="phpdocumentor-element__name " id ="method_set_config ">
450
- set_config()
451
- < a href ="classes/Urisoft-App-Http-AppFramework.html#method_set_config " class ="headerlink "> < i class ="fas fa-link "> </ i > </ a >
452
- </ h4 >
453
- < aside class ="phpdocumentor-element-found-in ">
454
- < abbr class ="phpdocumentor-element-found-in__file " title ="src/App/Http/AppFramework.php "> < a href ="files/src-app-http-appframework.html "> < abbr title ="src/App/Http/AppFramework.php "> AppFramework.php</ abbr > </ a > </ abbr >
455
- :
456
- < span class ="phpdocumentor-element-found-in__line "> 98</ span >
457
-
458
- </ aside >
459
-
460
- < p class ="phpdocumentor-summary "> Set the config options.</ p >
461
-
462
- < code class ="phpdocumentor-code phpdocumentor-signature ">
463
- < span class ="phpdocumentor-signature__visibility "> protected</ span >
464
- < span class ="phpdocumentor-signature__name "> set_config</ span > < span > (</ span > < span class ="phpdocumentor-signature__argument "> < span class ="phpdocumentor-signature__argument__return-type "> string </ span > < span class ="phpdocumentor-signature__argument__name "> $options</ span > </ span > < span class ="phpdocumentor-signature__argument "> < span > [</ span > < span > , </ span > < span class ="phpdocumentor-signature__argument__return-type "> array<string|int, mixed> </ span > < span class ="phpdocumentor-signature__argument__name "> $tenant</ span > < span > = </ span > < span class ="phpdocumentor-signature__argument__default-value "> []</ span > < span > ]</ span > </ span > < span > )</ span > < span > : </ span > < span class ="phpdocumentor-signature__response_type "> void</ span > </ code >
465
-
466
-
467
- < h5 class ="phpdocumentor-argument-list__heading "> Parameters</ h5 >
468
- < dl class ="phpdocumentor-argument-list ">
469
- < dt class ="phpdocumentor-argument-list__entry ">
470
- < span class ="phpdocumentor-signature__argument__name "> $options</ span >
471
- : < span class ="phpdocumentor-signature__argument__return-type "> string</ span >
472
- </ dt >
473
- < dd class ="phpdocumentor-argument-list__definition ">
474
- < section class ="phpdocumentor-description "> < p > The configuration options filename, e.g., app.php.</ p >
475
- </ section >
476
-
477
- </ dd >
478
- < dt class ="phpdocumentor-argument-list__entry ">
479
- < span class ="phpdocumentor-signature__argument__name "> $tenant</ span >
480
- : < span class ="phpdocumentor-signature__argument__return-type "> array<string|int, mixed></ span >
481
- = < span class ="phpdocumentor-signature__argument__default-value "> []</ span > </ dt >
482
- < dd class ="phpdocumentor-argument-list__definition ">
483
- < section class ="phpdocumentor-description "> < p > The tenant data e.g., [ 'tenant_id' => 495743 ].</ p >
484
- </ section >
485
-
486
- </ dd >
487
- </ dl >
488
-
489
-
490
-
491
480
< h5 class ="phpdocumentor-return-value__heading "> Return values</ h5 >
492
481
< span class ="phpdocumentor-signature__response_type "> void</ span >
493
482
—
0 commit comments