| 1 | <?php |
||
| 12 | class SessionConfigurable extends Session implements ConfigureInterface |
||
| 13 | { |
||
| 14 | use ConfigureTrait; |
||
| 15 | |||
| 16 | |||
| 17 | |||
| 18 | /** |
||
| 19 | * Set a session name from argument or from configuration. |
||
| 20 | * |
||
| 21 | * @param array $name to set as session name. |
||
| 22 | * |
||
| 23 | * @return self |
||
| 24 | */ |
||
| 25 | public function name($name = null) |
||
| 33 | } |
||
| 34 |