PHP Класс CsvDefinition, core

Автор: Jan Vansteenlandt ([email protected])
Наследование: extends SourceType
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$fillable
$table

Открытые методы

Метод Описание
__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.

Описание методов

__get() публичный Метод

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() публичный Метод

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

geoProperties() публичный Метод

Relationship with the Geo properties model.
public geoProperties ( )

tabularColumns() публичный Метод

Relationship with the TabularColumns model.
public tabularColumns ( )

Описание свойств

$fillable защищенное свойство

protected $fillable

$table защищенное свойство

protected $table