Overview

Namespaces

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

Classes

  • Controller
  • ErrorController
  • HomeController
  • HomeModel
  • LoginController
  • LoginModel
  • Model

Functions

  • _die
  • asset
  • clock_end
  • clock_start
  • clock_time
  • config
  • ddie
  • deleteDir
  • email_png
  • env
  • folder_action
  • folder_recurse
  • generateFile
  • getClientIP
  • getClientUserAgent
  • getVersion
  • isAjax
  • isAuth
  • isDev
  • isLocalServer
  • isProd
  • nocache
  • php
  • ppie
  • query
  • queryIndexed
  • save_ini_file
  • t
  • versioning
  • view
  • write_ini
  • Overview
  • Namespace
  • Class
  • Download

Class ErrorController

Used as a user-defined controller for errors and Error pages.

Core\ParentController
Extended by Core\ErrorController
Extended by ErrorController
Located at src/controllers/ErrorController.php
Methods summary
public static ErrorController
# singleton( )

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

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

Returns

ErrorController

Overrides

Core\ErrorController::singleton()
public
# showNotFoundPage( )

This method is overriding \Core\ErrorController:showNotFoundPage

This method is overriding \Core\ErrorController:showNotFoundPage

Overrides

Core\ErrorController::showNotFoundPage()
Methods inherited from Core\ErrorController
showAccessDeniedPage()
Methods inherited from Core\ParentController
__construct(), add(), addFooter(), addHeader(), addJSVar(), addScript(), addStyle(), asset(), cache(), compressWithMinify(), get(), getGet(), getModel(), getPost(), header(), json(), minimize(), minimizeURL(), path(), redirect(), setFavicon(), setTitle(), show(), url()
Properties summary
protected mixed $model

The model instance associated to ErrorController

The model instance associated to ErrorController

#
Properties inherited from Core\ParentController
$ajax, $config, $hooks, $path, $templatePath, $vars, $viewPath
Ribosome API documentation generated by ApiGen