| 1 | <?php |
||
| 16 | class DoormanManager extends Manager |
||
| 17 | { |
||
| 18 | public function __construct(Application $application) |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Get the default driver name. |
||
| 25 | * |
||
| 26 | * @return string |
||
| 27 | */ |
||
| 28 | public function getDefaultDriver() |
||
| 32 | |||
| 33 | public function createBasicDriver() |
||
| 37 | |||
| 38 | public function createUuidDriver() |
||
| 42 | } |
||
| 43 |