Property | Type | Description | |
---|---|---|---|
$app | Illuminate\Foundation\Application | ||
$config | |||
$events | Illuminate\Events\Dispatcher | ||
$files | Illuminate\Filesystem\Filesystem |
Method | Description | |
---|---|---|
__construct ( Illuminate\Foundation\Application $app, Illuminate\Filesystem\Filesystem $files, Illuminate\Events\Dispatcher $events ) | ||
cleanTranslations ( ) | ||
exportAllTranslations ( ) | ||
exportTranslations ( $group ) | ||
findTranslations ( $path = null ) | ||
getConfig ( $key = null ) | ||
importTranslations ( $replace = false ) | ||
missingKey ( $namespace, $group, $key ) | ||
truncateTranslations ( ) |
Method | Description | |
---|---|---|
makeTree ( $translations ) |
public __construct ( Illuminate\Foundation\Application $app, Illuminate\Filesystem\Filesystem $files, Illuminate\Events\Dispatcher $events ) | ||
$app | Illuminate\Foundation\Application | |
$files | Illuminate\Filesystem\Filesystem | |
$events | Illuminate\Events\Dispatcher |
protected Application,Illuminate\Foundation $app | ||
return | Illuminate\Foundation\Application |
protected Dispatcher,Illuminate\Events $events | ||
return | Illuminate\Events\Dispatcher |