Item
extends Base
Table of Contents
Methods
-
__construct()
: mixed
-
offsetExists()
: bool
-
offsetGet()
: mixed
-
offsetSet()
: mixed
-
offsetUnset()
: mixed
__construct()
public
__construct(int $typeId, int $id) : mixed
Parameters
-
$typeId
: int
-
-
$id
: int
-
offsetExists()
public
offsetExists(mixed $offset) : bool
Parameters
-
$offset
: mixed
-
offsetGet()
public
offsetGet(mixed $offset) : mixed
Parameters
-
$offset
: mixed
-
offsetSet()
public
offsetSet(mixed $offset, mixed $value) : mixed
Parameters
-
$offset
: mixed
-
-
$value
: mixed
-
offsetUnset()
public
offsetUnset(mixed $offset) : mixed
Parameters
-
$offset
: mixed
-