| 1 | <?php |
||
| 19 | trait FileHandlerTrait |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * Create session save path. |
||
| 23 | * |
||
| 24 | * @param string $savePath |
||
| 25 | * @param string $sessionName |
||
| 26 | * |
||
| 27 | * @throws \RuntimeException |
||
| 28 | * |
||
| 29 | * @return string |
||
| 30 | */ |
||
| 31 | protected function createSavePath(string $savePath, string $sessionName) : string |
||
| 48 | } |
||
| 49 |