Class MemberField
Model for the member_fields table
-
Illuminate\Database\Eloquent\Model
-
rsanchez\Deep\Model\AbstractProperty
-
rsanchez\Deep\Model\AbstractField
-
rsanchez\Deep\Model\MemberField
Methods summary
public
rsanchez\Deep\Collection\MemberFieldCollection
|
|
public
string
|
|
public
string
|
|
public
string
|
#
getName( )
Get the property short name (eg. the field_name or col_name)
Get the property short name (eg. the field_name or col_name)
Returns
string
|
public
string
|
#
getIdentifier( )
Get the property ID with column suffix (eg. field_id13 or
col_id13)
Get the property ID with column suffix (eg. field_id13 or
col_id13)
Returns
string
|
public
string
|
#
getId( )
Get the property ID (eg. the field_id or col_id)
Get the property ID (eg. the field_id or col_id)
Returns
string
|
public
string
|
#
getType( )
Get the property type (eg. the field_type or col_type)
Get the property type (eg. the field_type or col_type)
Returns
string
|
Properties summary
protected
string
|
$table
|
'member_fields' |
|
protected
string
|
$primaryKey
|
'm_field_id' |
|