Skip to content

Bootstrap

github-actions[bot] edited this page Aug 26, 2024 · 12 revisions

Bootstrap

Bootstrap Class

  • Full name: \CourierNotices\Core\Bootstrap

Properties

config

Config

private array|\CourierNotices\Model\Config $config

controllers

Controllers

private array $controllers

Methods

__construct

Bootstrap constructor

public __construct(): mixed

run

Run the bootstrap

public run(): mixed

load_controllers

Loop over all php files in the Controllers directory and add them to the $controllers array

private load_controllers(): mixed

register_actions

Initialize and Register any of our actions.

private register_actions(): mixed


Automatically generated on 2024-08-26

Clone this wiki locally