HumHub Documentation (unofficial)

Example
in package
implements ArrayAccess, Countable, IteratorAggregate

Table of Contents

Interfaces

ArrayAccess
Countable
IteratorAggregate

Properties

$data  : mixed

Methods

__construct()  : mixed
count()  : mixed
getIterator()  : mixed
offsetExists()  : mixed
offsetGet()  : mixed
offsetSet()  : mixed
offsetUnset()  : mixed

Properties

Methods

__construct()

public __construct(mixed $data) : mixed
Parameters
$data : mixed

offsetSet()

public offsetSet(mixed $offset, mixed $value) : mixed
Parameters
$offset : mixed
$value : mixed
Attributes
#[ReturnTypeWillChange]

        
On this page

Search results