PHP Class Barryvdh\TranslationManager\Manager

Afficher le fichier Open project: barryvdh/laravel-translation-manager Class Usage Examples

Protected Properties

Свойство Type Description
$app Illuminate\Foundation\Application
$config
$events Illuminate\Events\Dispatcher
$files Illuminate\Filesystem\Filesystem

Méthodes publiques

Méthode 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 ( )

Méthodes protégées

Méthode Description
makeTree ( $translations )

Method Details

__construct() public méthode

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

cleanTranslations() public méthode

public cleanTranslations ( )

exportAllTranslations() public méthode

exportTranslations() public méthode

public exportTranslations ( $group )

findTranslations() public méthode

public findTranslations ( $path = null )

getConfig() public méthode

public getConfig ( $key = null )

importTranslations() public méthode

public importTranslations ( $replace = false )

makeTree() protected méthode

protected makeTree ( $translations )

missingKey() public méthode

public missingKey ( $namespace, $group, $key )

truncateTranslations() public méthode

Property Details

$app protected_oe property

protected Application,Illuminate\Foundation $app
Résultat Illuminate\Foundation\Application

$config protected_oe property

protected $config

$events protected_oe property

protected Dispatcher,Illuminate\Events $events
Résultat Illuminate\Events\Dispatcher

$files protected_oe property

protected Filesystem,Illuminate\Filesystem $files
Résultat Illuminate\Filesystem\Filesystem