PHP 클래스 DvsPageVersion

상속: extends Illuminate\Database\Eloquent\Model, use trait Illuminate\Database\Eloquent\SoftDeletes
파일 보기 프로젝트 열기: devisephp/cms 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$guarded
$softDelete
$table

공개 메소드들

메소드 설명
collectionFields ( ) Page version has many collection fields
collectionInstances ( ) Page version has many collection instances
fields ( ) Page version has many fields
getValuesAttribute ( ) : FieldValue Accessor on this model to get value for the latestVersion of this field
page ( ) : belongsTo Page versions belong to a page

메소드 상세

collectionFields() 공개 메소드

Page version has many collection fields
public collectionFields ( )

collectionInstances() 공개 메소드

Page version has many collection instances
public collectionInstances ( )

fields() 공개 메소드

Page version has many fields
public fields ( )

getValuesAttribute() 공개 메소드

Accessor on this model to get value for the latestVersion of this field
public getValuesAttribute ( ) : FieldValue
리턴 FieldValue

page() 공개 메소드

Page versions belong to a page
public page ( ) : belongsTo
리턴 belongsTo Page

프로퍼티 상세

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

protected $guarded

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

protected $softDelete

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

protected $table