Arikaim CMS

Modules
in package

Modules service locator

Table of Contents

Properties

$cache  : CacheInterface
Cache

Methods

__construct()  : mixed
Constructor
create()  : ModuleInterface|null
Create module instance
hasModule()  : bool
Return true if module installed
getConfig()  : array<string|int, mixed>|null
Load module config

Properties

Methods

hasModule()

Return true if module installed

public hasModule(string $name) : bool
Parameters
$name : string
Return values
bool

getConfig()

Load module config

protected getConfig(string $moduleName) : array<string|int, mixed>|null
Parameters
$moduleName : string
Return values
array<string|int, mixed>|null

        
On this page

Search results