PHP Класс BookStack\Ownable

Наследование: extends Model
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
createdBy ( ) : BelongsTo Relation for the user that created this entity.
getClassName ( ) : string Gets the class name.
updatedBy ( ) : BelongsTo Relation for the user that updated this entity.

Описание методов

createdBy() публичный Метод

Relation for the user that created this entity.
public createdBy ( ) : BelongsTo
Результат Illuminate\Database\Eloquent\Relations\BelongsTo

getClassName() публичный статический Метод

Gets the class name.
public static getClassName ( ) : string
Результат string

updatedBy() публичный Метод

Relation for the user that updated this entity.
public updatedBy ( ) : BelongsTo
Результат Illuminate\Database\Eloquent\Relations\BelongsTo