Documentation

BaseConfigInterface

Contract for the custom config classes

Tags
author

Jason Napolitano

version
1.0.0
since
1.0.0
license

MIT https://mit-license.org

Table of Contents

env()  : array<string|int, mixed>|array<string|int, string>
Return the $env array
modules()  : array<string|int, mixed>|array<string|int, string>
Return the $modules array

Methods

env()

Return the $env array

public env() : array<string|int, mixed>|array<string|int, string>
Return values
array<string|int, mixed>|array<string|int, string>

modules()

Return the $modules array

public modules() : array<string|int, mixed>|array<string|int, string>
Return values
array<string|int, mixed>|array<string|int, string>

Search results