App\Modules\System\Controllers\Authorize::login PHP Méthode

login() public méthode

Display the login view.
public login ( ) : Response
Résultat Response
    public function login()
    {
        return $this->getView()->shares('title', __d('system', 'User Login'));
    }