PHP Класс Xpressengine\Site\Site

PHP version 5
Автор: XE Developers ([email protected])
Наследование: extends Xpressengine\Database\Eloquent\DynamicModel
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$incrementing boolean Indicates if the IDs are auto-incrementing.
$timestamps boolean Indicates if the model should be timestamped.

Защищенные свойства (Protected)

Свойство Тип Описание
$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