PHP 클래스 Xpressengine\Menu\Models\Menu

저자: XE Developers ([email protected])
상속: extends Xpressengine\Category\Models\Category
파일 보기 프로젝트 열기: xpressengine/xpressengine 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$incrementing boolean Indicates if the IDs are auto-incrementing.
$timestamps boolean Indicates if the model should be timestamped.

보호된 프로퍼티들

프로퍼티 타입 설명
$fillable array The attributes that are mass assignable.
$itemModel string Item model class
$table string The table associated with the model.

공개 메소드들

메소드 설명
setItemSelected ( string $itemKey ) : void Set selected to item has given key
site ( ) : BelongsTo Relation of site
toArray ( ) : array Convert the model instance to an array.

메소드 상세

setItemSelected() 공개 메소드

Set selected to item has given key
public setItemSelected ( string $itemKey ) : void
$itemKey string item key
리턴 void

site() 공개 메소드

Relation of site
public site ( ) : BelongsTo
리턴 Illuminate\Database\Eloquent\Relations\BelongsTo

toArray() 공개 메소드

Convert the model instance to an array.
public toArray ( ) : array
리턴 array

프로퍼티 상세

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

The attributes that are mass assignable.
protected array $fillable
리턴 array

$incrementing 공개적으로 프로퍼티

Indicates if the IDs are auto-incrementing.
public bool $incrementing
리턴 boolean

$itemModel 보호되어 있는 정적으로 프로퍼티

Item model class
protected static string $itemModel
리턴 string

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

The table associated with the model.
protected string $table
리턴 string

$timestamps 공개적으로 프로퍼티

Indicates if the model should be timestamped.
public bool $timestamps
리턴 boolean