PHP Class Xpressengine\Site\Site

PHP version 5
Author: XE Developers ([email protected])
Inheritance: extends Xpressengine\Database\Eloquent\DynamicModel
Mostra file Open project: xpressengine/xpressengine Class Usage Examples

Public Properties

Property Type Description
$incrementing boolean Indicates if the IDs are auto-incrementing.
$timestamps boolean Indicates if the model should be timestamped.

Protected Properties

Property Type Description
$primaryKey string The primary key for the model.
$table string The table associated with the model.

Property Details

$incrementing public_oe property

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

$primaryKey protected_oe property

The primary key for the model.
protected string $primaryKey
return string

$table protected_oe property

The table associated with the model.
protected string $table
return string

$timestamps public_oe property

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