| 1 | <?php |
||
| 9 | class Application |
||
| 10 | { |
||
| 11 | |||
| 12 | /** |
||
| 13 | * Determine if the application routes are cached. |
||
| 14 | * |
||
| 15 | * @return bool |
||
| 16 | */ |
||
| 17 | public function routesAreCached() |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Get the path to the routes cache file. |
||
| 24 | * |
||
| 25 | * @return string |
||
| 26 | */ |
||
| 27 | public function getCachedRoutesPath() |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @return string |
||
| 34 | */ |
||
| 35 | public function path() |
||
| 39 | |||
| 40 | /** |
||
| 41 | * @return string |
||
| 42 | */ |
||
| 43 | public function basePath() |
||
| 47 | } |
||
| 48 |