PHP 클래스 Dimsav\Translatable\Test\Model\CountryWithCustomLocaleKey

상속: extends Illuminate\Database\Eloquent\Model, use trait Dimsav\Translatable\Translatable
파일 보기 프로젝트 열기: dimsav/laravel-translatable 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$localeKey * You can customize per model, which attribute will be used to save the locale info into the database
$table
$translatedAttributes
$translationModel

프로퍼티 상세

$localeKey 공개적으로 프로퍼티

* You can customize per model, which attribute will be used to save the locale info into the database
public $localeKey

$table 공개적으로 프로퍼티

public $table

$translatedAttributes 공개적으로 프로퍼티

public $translatedAttributes

$translationModel 공개적으로 프로퍼티

public $translationModel