Overview

Namespaces

  • Core
    • Auth
    • Exceptions
    • Helpers
    • Providers
  • Kernel
    • Dispatch
    • Providers
  • None
  • Vendor
    • ExampleVendor

Classes

  • AbstractClass
  • ErrorController
  • Language
  • ParentController
  • ParentModel
  • Overview
  • Namespace
  • Class
  • Download

Class AbstractClass

Class LoginController contains functions for user (de)authentication.

Abstract
Namespace: Core
Package: Core
Hooks:
('on_userauth', ['user' => $user]) // Called just after the login session has been created \Core\LoginController::login
('on_userdeauth', ['user' => Session::getUser()]) // Called just before destroying the login session. \Core\LoginController::deauthenticateUser

Located at app/controllers/Abstract.php
Methods summary
final public static boolean
# singleton( )

Returns a LoginController instance, creating it if it did not exist.

Returns a LoginController instance, creating it if it did not exist.

Returns

boolean
CLASS Controller
final public boolean
# getModel( )

Returns the instance of the model for this controller

Returns the instance of the model for this controller

Returns

boolean
CLASS
Properties summary
protected CLASS $model

Model The instance of the model

Model The instance of the model

#
Ribosome API documentation generated by ApiGen