PHP Class Domain\Auth\AuthController

Inheritance: extends Illuminate\Routing\Controller
Show file Open project: resultsystems/school

Protected Properties

Property Type Description
$auth AuthService

Public Methods

Method Description
__construct ( AuthService $auth ) Construct.
login ( AuthRequest $request )
logout ( )

Method Details

__construct() public method

Construct.
public __construct ( AuthService $auth )
$auth AuthService

login() public method

public login ( AuthRequest $request )
$request AuthRequest

logout() public method

public logout ( )

Property Details

$auth protected property

protected AuthService,Domain\Auth $auth
return AuthService