Entity implements ArrayAccess uses EntityBaseMethods
AbstractYes
Table of Contents
Interfaces
- ArrayAccess
Methods
- __construct() : mixed
- create() : mixed
- delete() : mixed
- edit() : mixed
- getAuthorId() : mixed
- getData() : mixed
- getForumId() : mixed
- getId() : mixed
- offsetExists() : bool
- offsetGet() : mixed
- offsetSet() : void
- offsetUnset() : void
- remove() : mixed
- update() : mixed
Methods
__construct()
public
__construct(mixed $id) : mixed
Parameters
- $id : mixed
create()
public
abstract static create(mixed $parentObject, array<string|int, mixed> $fields) : mixed
Parameters
- $parentObject : mixed
- $fields : array<string|int, mixed>
delete()
public
abstract static delete(int $id) : mixed
Parameters
- $id : int
edit()
public
abstract edit(array<string|int, mixed> $fields) : mixed
Parameters
- $fields : array<string|int, mixed>
getAuthorId()
public
getAuthorId() : mixed
getData()
public
getData() : mixed
getForumId()
public
getForumId() : mixed
getId()
public
getId() : mixed
offsetExists()
public
offsetExists(mixed $offset) : bool
Parameters
- $offset : mixed
Return values
booloffsetGet()
public
offsetGet(mixed $offset) : mixed
Parameters
- $offset : mixed
offsetSet()
public
offsetSet(mixed $offset, mixed $value) : void
Parameters
- $offset : mixed
- $value : mixed
offsetUnset()
public
offsetUnset(mixed $offset) : void
Parameters
- $offset : mixed
remove()
public
abstract remove() : mixed
update()
public
abstract static update(int $id, array<string|int, mixed> &$fields) : mixed
Parameters
- $id : int
- $fields : array<string|int, mixed>