Modules
in package
Modules Class
Tags
Table of Contents
Properties
- $aliases : array<int, string>
- Auto-Discover Rules Handler
- $discoverInComposer : bool
- Auto-Discovery Within Composer Packages
- $enabled : bool
- Auto-Discover
Methods
- __construct() : mixed
- __set_state() : mixed
- shouldDiscover() : bool
- Should the application auto-discover the requested resource.
Properties
$aliases
Auto-Discover Rules Handler
public
array<int, string>
$aliases
= []
$discoverInComposer
Auto-Discovery Within Composer Packages
public
bool
$discoverInComposer
= true
$enabled
Auto-Discover
public
bool
$enabled
= true
Methods
__construct()
public
__construct() : mixed
__set_state()
public
static __set_state(array<string|int, mixed> $array) : mixed
Parameters
- $array : array<string|int, mixed>
shouldDiscover()
Should the application auto-discover the requested resource.
public
shouldDiscover(string $alias) : bool
Parameters
- $alias : string