| Conditions | 4 |
| Paths | 4 |
| Total Lines | 10 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 36 | * |
||
| 37 | * Excludes the script name and the second argument |
||
| 38 | * which is the Framework customized target path. |
||
| 39 | */ |
||
| 40 | protected $args = []; |
||
| 41 | |||
| 42 | use \WebServCo\Framework\Traits\RequestProcessTrait; |
||
| 43 | use \WebServCo\Framework\Traits\RequestServerTrait; |
||
| 44 | use \WebServCo\Framework\Traits\RequestUrlTrait; |
||
| 45 | |||
| 46 | public function __construct($config, $server, $post = []) |
||
| 63 |