PHP 클래스 Xpressengine\Document\Models\Revision

저자: XE Developers ([email protected])
상속: extends Xpressengine\Database\Eloquent\DynamicModel
파일 보기 프로젝트 열기: xpressengine/xpressengine

공개 프로퍼티들

프로퍼티 타입 설명
$incrementing boolean
$table string

보호된 프로퍼티들

프로퍼티 타입 설명
$connection string Virtual connection name.
$dynamic boolean
$fillable array
$primaryKey string

공개 메소드들

메소드 설명
user ( ) : BelongsTo user relationship

메소드 상세

user() 공개 메소드

user relationship
public user ( ) : BelongsTo
리턴 Illuminate\Database\Eloquent\Relations\BelongsTo

프로퍼티 상세

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

Virtual connection name.
protected string $connection
리턴 string

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

protected bool $dynamic
리턴 boolean

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

protected array $fillable
리턴 array

$incrementing 공개적으로 프로퍼티

public bool $incrementing
리턴 boolean

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

protected string $primaryKey
리턴 string

$table 공개적으로 프로퍼티

public string $table
리턴 string