PHP Класс App\Http\Controllers\PageController

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

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

Метод Описание
api ( ) : mixed Return the api dashboard view listing available apis
contact ( ) : mixed Return the contact page view
home ( ) : mixed Return the homepage view

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

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

Return the api dashboard view listing available apis
public api ( ) : mixed
Результат mixed

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

Return the contact page view
public contact ( ) : mixed
Результат mixed

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

Return the homepage view
public home ( ) : mixed
Результат mixed