PHP Class CsvDefinition, core

Author: Jan Vansteenlandt ([email protected])
Inheritance: extends SourceType
Afficher le fichier Open project: tdt/core Class Usage Examples

Protected Properties

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

Méthodes publiques

Méthode Description
__get ( $name ) Overwrite the magic __get function to retrieve the primary key parameter. This isn't a real parameter but a derived one from the tabularcolumns relation.
delete ( ) Because we have related models, and non hard defined foreign key relationships we have to delete our related models ourselves.
geoProperties ( ) Relationship with the Geo properties model.
tabularColumns ( ) Relationship with the TabularColumns model.

Method Details

__get() public méthode

Overwrite the magic __get function to retrieve the primary key parameter. This isn't a real parameter but a derived one from the tabularcolumns relation.
public __get ( $name )

delete() public méthode

Because we have related models, and non hard defined foreign key relationships we have to delete our related models ourselves.
public delete ( )

geoProperties() public méthode

Relationship with the Geo properties model.
public geoProperties ( )

tabularColumns() public méthode

Relationship with the TabularColumns model.
public tabularColumns ( )

Property Details

$fillable protected_oe property

protected $fillable

$table protected_oe property

protected $table