Overview

Namespaces

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

Classes

  • Permission
  • Router
  • Overview
  • Namespace
  • Class
  • Download

Namespace Kernel\Providers

Classes summary
Permission

Manages the permissions required for a specific call (Controller->action()).
If the user has not enough permissions, it returns a __throw_to action to redirect them to.

Router

This file manages the routing for incoming URLs. Returns a call (Controller->action()) for the specific route.
To use in conjunction with /src/config/routing.ini, where all the desired routes must be present.

Ribosome API documentation generated by ApiGen