Свойство | Type | Description | |
---|---|---|---|
$fillable | |||
$table |
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. |
public __get ( $name ) |
public delete ( ) |
public tabularColumns ( ) |