Documentation

Modules
in package

Modules Class

Tags
link
https://codeigniter.com/user_guide/general/modules.html

Table of Contents

$aliases  : array<string|int, mixed>
Auto-Discover Rules Handler
$discoverInComposer  : bool
Auto-Discovery Within Composer Packages
$enabled  : bool
Auto-Discover
shouldDiscover()  : bool
Should the application auto-discover the requested resource.

Properties

$aliases

Auto-Discover Rules Handler

public array<string|int, mixed> $aliases = []

$discoverInComposer

Auto-Discovery Within Composer Packages

public bool $discoverInComposer = true

$enabled

Auto-Discover

public bool $enabled = true

Methods

shouldDiscover()

Should the application auto-discover the requested resource.

public shouldDiscover(string $alias) : bool
Parameters
$alias : string
Return values
bool

Search results