PHP 클래스 CsvDefinition, core

저자: Jan Vansteenlandt ([email protected])
상속: extends SourceType
파일 보기 프로젝트 열기: tdt/core 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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