class DvsPageVersion extends Eloquent
Methods
| FieldValue |
getValuesAttribute()
Accessor on this model to get value for the latestVersion of this field |
|
| belongsTo |
page()
Page versions belong to a page |
|
|
fields()
Page version has many fields |
||
|
collectionFields()
Page version has many collection fields |
||
|
collectionInstances()
Page version has many collection instances |
Details
at line 19
public FieldValue
getValuesAttribute()
Accessor on this model to get value for the latestVersion of this field
at line 29
public belongsTo
page()
Page versions belong to a page
at line 38
public
fields()
Page version has many fields
at line 46
public
collectionFields()
Page version has many collection fields
at line 54
public
collectionInstances()
Page version has many collection instances