PHP 클래스 Stevebauman\Translation\Models\Translation

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
locale ( )
parent ( )

메소드 상세

locale() 공개 메소드

public locale ( )

parent() 공개 메소드

public parent ( )

프로퍼티 상세

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

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

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

The locale translations table.
protected string $table
리턴 string