Devise
Class

GlobalField

class GlobalField extends Eloquent

Methods

FieldValue getValueAttribute()

Accessor on this model to get value for the latestVersion of this field

FieldValue getValuesAttribute()

Sometimes we've been using values instead of value so this is here for backwards compatability support

[type] getScopeAttribute()

Let's us know if the scope of this field is global or page

Details

at line 25
public FieldValue getValueAttribute()

Accessor on this model to get value for the latestVersion of this field

Return Value

FieldValue

at line 38
public FieldValue getValuesAttribute()

Sometimes we've been using values instead of value so this is here for backwards compatability support

Return Value

FieldValue

at line 48
public [type] getScopeAttribute()

Let's us know if the scope of this field is global or page

Return Value

[type] [description]