PHP Класс Cviebrock\EloquentSluggable\Tests\Models\PostWithRelation

A test model used for the relationship tests.
Наследование: extends Cviebrock\EloquentSluggable\Tests\Models\Post
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
author ( ) : BelongsTo Relation to Author model.
sluggable ( ) : array Return the sluggable configuration array for this model.

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

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

Relation to Author model.
public author ( ) : BelongsTo
Результат Illuminate\Database\Eloquent\Relations\BelongsTo

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

Return the sluggable configuration array for this model.
public sluggable ( ) : array
Результат array