| 1 | <?php |
||
| 7 | class Translation extends Facade |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Returns the facade root abstract name. |
||
| 11 | * |
||
| 12 | * @return string |
||
| 13 | */ |
||
| 14 | protected static function getFacadeAccessor() |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Use the ArrayTranslationDriver instead of the default driver. |
||
| 21 | * Usually used for testing purposes. |
||
| 22 | * |
||
| 23 | * @return void |
||
| 24 | */ |
||
| 25 | public static function fake() |
||
| 29 | } |
||
| 30 |