*** # Bootstrap Bootstrap Class * Full name: `\CourierNotices\Core\Bootstrap` ## Properties ### config Config ```php private array|\CourierNotices\Model\Config $config ``` *** ### controllers Controllers ```php private array $controllers ``` *** ## Methods ### __construct Bootstrap constructor ```php public __construct(): mixed ``` *** ### run Run the bootstrap ```php public run(): mixed ``` *** ### load_controllers Loop over all php files in the Controllers directory and add them to the $controllers array ```php private load_controllers(): mixed ``` *** ### register_actions Initialize and Register any of our actions. ```php private register_actions(): mixed ``` *** *** > Automatically generated on 2024-08-26