CodeIgniter v4.5 API

Modules
in package

Modules Class

Tags
see
https://codeigniter.com/user_guide/general/modules.html
phpstan-consistent-constructor

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
Return values
bool

        
On this page

Search results