Documentation

Item extends Resource
in package

Table of Contents

$attributes  : array<string|int, mixed>
$id  : int
$type  : string
__construct()  : mixed
__get()  : array<string|int, mixed>|ArrayAccess|mixed
cache()  : mixed
toArray()  : array<string|int, mixed>

Properties

$attributes

public array<string|int, mixed> $attributes = []

$type

public string $type

Methods

__construct()

public __construct([array<string|int, mixed> $item = [] ]) : mixed
Parameters
$item : array<string|int, mixed> = []
Return values
mixed

__get()

public __get( $name) : array<string|int, mixed>|ArrayAccess|mixed
Parameters
$name :
Return values
array<string|int, mixed>|ArrayAccess|mixed

cache()

public abstract cache() : mixed
Return values
mixed

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results