PHP Class Learner\Http\Controllers\Admin\InfoController

Inheritance: extends BaseController
Afficher le fichier Open project: RryLee/learner.video

Protected Properties

Свойство Type Description
$data array Some information.

Méthodes publiques

Méthode Description
auth ( ) : User Get the auth user information.
dashboard ( ) : Illuminate\Http\JsonResponse Get some data to dashboard.

Method Details

auth() public méthode

admin/fetchAuth get
public auth ( ) : User
Résultat Learner\Models\User

dashboard() public méthode

amdmin/dashboard/information get
public dashboard ( ) : Illuminate\Http\JsonResponse
Résultat Illuminate\Http\JsonResponse

Property Details

$data protected_oe property

Some information.
protected array $data
Résultat array