PHP 클래스 Xpressengine\Site\Site

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

공개 프로퍼티들

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

보호된 프로퍼티들

프로퍼티 타입 설명
$primaryKey string The primary key for the model.
$table string The table associated with the model.

프로퍼티 상세

$incrementing 공개적으로 프로퍼티

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

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

The primary key for the model.
protected string $primaryKey
리턴 string

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

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

$timestamps 공개적으로 프로퍼티

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