configObj
in package
implements
ArrayAccess, JsonSerializable
Uses
jsonSerializeReturnObject
Abstract system config item for SMTP settings
Tags
Interfaces, Classes, Traits and Enums
- ArrayAccess
- JsonSerializable
Table of Contents
- offsetExists() : bool
- Check if offset exists
- offsetGet() : mixed
- Return offset value
- offsetSet() : void
- Set offset value
- toJSON() : string
- Return JSON string
- init() : mixed
- INit data
Methods
offsetExists()
Check if offset exists
public
offsetExists(int|string $offset) : bool
Parameters
- $offset : int|string
Return values
bool —offsetGet()
Return offset value
public
offsetGet(int|string $offset) : mixed
Parameters
- $offset : int|string
Return values
mixed —offsetSet()
Set offset value
public
offsetSet(int|string $offset, mixed $value) : void
Parameters
- $offset : int|string
- $value : mixed
Return values
void —toJSON()
Return JSON string
public
final toJSON() : string
Return values
string —init()
INit data
protected
final init(array<string|int, mixed> $data) : mixed
Parameters
- $data : array<string|int, mixed>