Overview

Namespaces

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

Classes

  • ExampleVendorController
  • ExampleVendorModel
  • Overview
  • Namespace
  • Class
  • Download

Class ExampleVendorController

Class MenuController - a vendor/added package to the framework.

Core\ParentController
Extended by Vendor\VendorController
Extended by Vendor\ExampleVendor\ExampleVendorController
Namespace: Vendor\ExampleVendor
Package: Vendor\Menu
Located at src/vendor/ExampleVendor/controllers/ExampleVendorController.php
Methods summary
public static Vendor\ExampleVendor\ExampleVendorController
# singleton( )

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

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

Returns

Vendor\ExampleVendor\ExampleVendorController

Overrides

Vendor\VendorController::singleton()
public
# __construct( )

Constructor

Constructor

Overrides

Vendor\VendorController::__construct()
public Vendor\ExampleVendor\ExampleVendorModel
# getModel( )

Returns the instance of the model for this controller

Returns the instance of the model for this controller

Returns

Vendor\ExampleVendor\ExampleVendorModel

Overrides

Core\ParentController::getModel()
public
# showExample( )
public
# getMenu( $active = 'home' )
public
# getFooter( $active = 'home' )
Methods inherited from Vendor\VendorController
addFooter(), addHeader(), addScript(), addStyle(), vendorSaveCache(), vendor_asset(), vendor_get(), vendor_show()
Methods inherited from Core\ParentController
add(), addJSVar(), asset(), cache(), compressWithMinify(), get(), getGet(), getPost(), header(), json(), minimize(), minimizeURL(), path(), redirect(), setFavicon(), setTitle(), show(), url()
Properties summary
protected mixed $model

The model instance associated to MenuController

The model instance associated to MenuController

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