PHP Class DvsCollectionSet

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

Protected Properties

Property Type Description
$guarded
$table

Public Methods

Method Description
fields ( ) : hasMany All version of this field
instances ( ) : hasMany All version of this field

Method Details

fields() public method

All version of this field
public fields ( ) : hasMany
return hasMany

instances() public method

All version of this field
public instances ( ) : hasMany
return hasMany

Property Details

$guarded protected_oe property

protected $guarded

$table protected_oe property

protected $table