PHP Class DvsCollectionInstance

Inheritance: extends Illuminate\Database\Eloquent\Model
Show file Open project: devisephp/cms Class Usage Examples

Protected Properties

Property Type Description
$guarded
$table

Public Methods

Method Description
collectionSet ( ) : belongsTo Collection instances belong to CollectionSet
fields ( ) : hasMany All collection instances has many fields

Method Details

collectionSet() public method

Collection instances belong to CollectionSet
public collectionSet ( ) : belongsTo
return belongsTo

fields() public method

All collection instances has many fields
public fields ( ) : hasMany
return hasMany

Property Details

$guarded protected property

protected $guarded

$table protected property

protected $table