requirements
in package
implements
JsonSerializable, ArrayAccess
Uses
jsonSerializeReturnObject
Module config requiremeonts
Tags
Interfaces, Classes, Traits and Enums
- JsonSerializable
- ArrayAccess
Table of Contents
- $php : string
- PHP minimum version
- $system : string
- FPCM minimum version
- __construct() : mixed
- offsetExists() : bool
- offsetGet() : mixed
- offsetSet() : void
- offsetUnset() : void
Properties
$php
PHP minimum version
public
string
$php
= ''
$system
FPCM minimum version
public
string
$system
= ''
Methods
__construct()
public
__construct(array<string|int, mixed> $config) : mixed
Parameters
- $config : array<string|int, mixed>
Return values
mixed —offsetExists()
public
offsetExists(mixed $offset) : bool
Parameters
- $offset : mixed
Return values
bool —offsetGet()
public
offsetGet(mixed $offset) : mixed
Parameters
- $offset : mixed
Return values
mixed —offsetSet()
public
offsetSet(mixed $offset, mixed $value) : void
Parameters
- $offset : mixed
- $value : mixed
Return values
void —offsetUnset()
public
offsetUnset(mixed $offset) : void
Parameters
- $offset : mixed