PHP Class App\Http\Controllers\PublicApiController

Inheritance: extends App\Http\Controllers\ApiController
Afficher le fichier Open project: lavalite/cms Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( ) : null Initialize public controller.
home ( ) : response Display homepage.

Method Details

__construct() public méthode

Initialize public controller.
public __construct ( ) : null
Résultat null

home() public méthode

Display homepage.
public home ( ) : response
Résultat response