PHP 클래스 DvsCollectionSet

상속: extends Illuminate\Database\Eloquent\Model
파일 보기 프로젝트 열기: devisephp/cms 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$guarded
$table

공개 메소드들

메소드 설명
fields ( ) : hasMany All version of this field
instances ( ) : hasMany All version of this field

메소드 상세

fields() 공개 메소드

All version of this field
public fields ( ) : hasMany
리턴 hasMany

instances() 공개 메소드

All version of this field
public instances ( ) : hasMany
리턴 hasMany

프로퍼티 상세

$guarded 보호되어 있는 프로퍼티

protected $guarded

$table 보호되어 있는 프로퍼티

protected $table