PHP 클래스 DvsGlobalField

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_value
$appends
$dates
$guarded
$softDelete
$table

공개 메소드들

메소드 설명
getScopeAttribute ( ) : string Let's us know if the scope of this field is global or page
getValueAttribute ( ) : FieldValue Accessor on this model to get value for the latestVersion of this field
getValuesAttribute ( ) : FieldValue Sometimes we've been using values instead of value so this is here for backwards compatability support

메소드 상세

getScopeAttribute() 공개 메소드

Let's us know if the scope of this field is global or page
public getScopeAttribute ( ) : string
리턴 string

getValueAttribute() 공개 메소드

Accessor on this model to get value for the latestVersion of this field
public getValueAttribute ( ) : FieldValue
리턴 FieldValue

getValuesAttribute() 공개 메소드

Sometimes we've been using values instead of value so this is here for backwards compatability support
public getValuesAttribute ( ) : FieldValue
리턴 FieldValue

프로퍼티 상세

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

protected $_value

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

protected $appends

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

protected $dates

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

protected $guarded

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

protected $softDelete

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

protected $table