PHP Класс App\Http\Controllers\Frontend\WelcomeController

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

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

Метод Описание
__construct ( ) : void Create a new controller instance.
index ( ) : Response Show the application welcome screen to the user.

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

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

Create a new controller instance.
public __construct ( ) : void
Результат void

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

Show the application welcome screen to the user.
public index ( ) : Response
Результат Response