PHP Класс Socieboy\Forum\Controllers\ForumController

Наследование: extends Illuminate\Routing\Controller
Показать файл Открыть проект

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

Свойство Тип Описание
$conversationRepo Socieboy\Forum\Entities\Conversations\ConversationRepo

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

Метод Описание
__construct ( ConversationRepo $conversationRepo )
index ( ) : Illuminate\View\View Display the main page of the forum.
search ( Illuminate\Http\Request $request ) : Illuminate\View\View Search
topic ( string $topic_id ) : Illuminate\View\View Display the main page of the forum.

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

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

public __construct ( ConversationRepo $conversationRepo )
$conversationRepo Socieboy\Forum\Entities\Conversations\ConversationRepo

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

All conversations are listed.
public index ( ) : Illuminate\View\View
Результат Illuminate\View\View

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

All conversations are listed.
public topic ( string $topic_id ) : Illuminate\View\View
$topic_id string
Результат Illuminate\View\View

Описание свойств

$conversationRepo защищенное свойство

protected ConversationRepo,Socieboy\Forum\Entities\Conversations $conversationRepo
Результат Socieboy\Forum\Entities\Conversations\ConversationRepo