Overview

Namespaces

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

Classes

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

Class ErrorController

Class ErrorController contains both default pages for 403 and 404.

Core\ParentController
Extended by Core\ErrorController

Direct known subclasses

ErrorController
Namespace: Core
Package: Core
Located at app/controllers/ErrorController.php
Methods summary
public static Core\ErrorController
# singleton( )

Returns the class instance, creating it if it did not exist.

Returns the class instance, creating it if it did not exist.

Returns

Core\ErrorController

Overrides

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

Outputs a 404 header and shows a 404 message

Outputs a 404 header and shows a 404 message

public
# showAccessDeniedPage( )

Outputs a 403 header and shows a 403 message

Outputs a 403 header and shows a 403 message

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

A model class, to be specified by its child

A model class, to be specified by its child

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