PHP Class DvsCollectionInstance

Inheritance: extends Illuminate\Database\Eloquent\Model
Afficher le fichier Open project: devisephp/cms Class Usage Examples

Protected Properties

Свойство Type Description
$guarded
$table

Méthodes publiques

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

Method Details

collectionSet() public méthode

Collection instances belong to CollectionSet
public collectionSet ( ) : belongsTo
Résultat belongsTo

fields() public méthode

All collection instances has many fields
public fields ( ) : hasMany
Résultat hasMany

Property Details

$guarded protected_oe property

protected $guarded

$table protected_oe property

protected $table