Documentation

AbstractItem
in package

Tags

Table of Contents

$data  : mixed
__call()  : mixed|null
__construct()  : mixed
__get()  : mixed|null

Properties

Methods

__call()

public __call(string $name, array<string|int, mixed> $id) : mixed|null
Parameters
$name : string
$id : array<string|int, mixed>
Tags
Return values
mixed|null

__construct()

public __construct(stdClass $data) : mixed
Parameters
$data : stdClass
Tags
codeCoverageIgnore
Return values
mixed

__get()

public __get(string $name) : mixed|null
Parameters
$name : string
Tags
Return values
mixed|null

Search results