PHP Class App\Services\Locale\TranslationLoader

Inheritance: extends Illuminate\Translation\FileLoader
Show file Open project: spatie-custom/blender

Public Methods

Method Description
load ( string $locale, string $group, string $namespace = null ) : array Load the messages for the given locale.

Protected Methods

Method Description
fragmentsAreAvailable ( ) : boolean

Method Details

fragmentsAreAvailable() protected method

protected fragmentsAreAvailable ( ) : boolean
return boolean

load() public method

Load the messages for the given locale.
public load ( string $locale, string $group, string $namespace = null ) : array
$locale string
$group string
$namespace string
return array