PHP 클래스 Barryvdh\TranslationManager\Manager

파일 보기 프로젝트 열기: barryvdh/laravel-translation-manager 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$app Illuminate\Foundation\Application
$config
$events Illuminate\Events\Dispatcher
$files Illuminate\Filesystem\Filesystem

공개 메소드들

메소드 설명
__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 ( )

보호된 메소드들

메소드 설명
makeTree ( $translations )

메소드 상세

__construct() 공개 메소드

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 cleanTranslations ( )

exportAllTranslations() 공개 메소드

exportTranslations() 공개 메소드

public exportTranslations ( $group )

findTranslations() 공개 메소드

public findTranslations ( $path = null )

getConfig() 공개 메소드

public getConfig ( $key = null )

importTranslations() 공개 메소드

public importTranslations ( $replace = false )

makeTree() 보호된 메소드

protected makeTree ( $translations )

missingKey() 공개 메소드

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

truncateTranslations() 공개 메소드

프로퍼티 상세

$app 보호되어 있는 프로퍼티

protected Application,Illuminate\Foundation $app
리턴 Illuminate\Foundation\Application

$config 보호되어 있는 프로퍼티

protected $config

$events 보호되어 있는 프로퍼티

protected Dispatcher,Illuminate\Events $events
리턴 Illuminate\Events\Dispatcher

$files 보호되어 있는 프로퍼티

protected Filesystem,Illuminate\Filesystem $files
리턴 Illuminate\Filesystem\Filesystem