PHP 클래스 Stevebauman\Translation\Models\Locale

상속: extends Illuminate\Database\Eloquent\Model, use trait Stevebauman\Translation\Traits\LocaleTrait
파일 보기 프로젝트 열기: stevebauman/translation 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$fillable array The fillable locale attributes.
$table string The locales table.

공개 메소드들

메소드 설명
translations ( ) {@inheritdoc].

메소드 상세

translations() 공개 메소드

{@inheritdoc].
public translations ( )

프로퍼티 상세

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

The fillable locale attributes.
protected array $fillable
리턴 array

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

The locales table.
protected string $table
리턴 string