|
static | create ($parentObject, array $fields) |
|
static | update ($id, array &$fields) |
|
static | add (Forum\Topic $topic, array $fields) |
|
static | delete (int $id) |
|
static | update (int $id, array &$fields) |
|
См. определение в файле message.php строка 606
◆ add()
◆ create()
static create |
( |
| $parentObject, |
|
|
array | $fields ) |
|
static |
- Аргументы
-
Topic | $parentObject | |
array | $fields | |
Переопределяет метод предка Entity.
См. определение в файле message.php строка 688
◆ delete()
◆ edit()
◆ init()
Init Entity data, Forum
- Возвращает
- $this
Переопределяет метод предка Entity.
См. определение в файле message.php строка 613
◆ remove()
◆ update()
static update |
( |
| $id, |
|
|
array & | $fields ) |
|
static |
◆ APPROVED_APPROVED
const APPROVED_APPROVED = "Y" |
◆ APPROVED_DISAPPROVED
const APPROVED_DISAPPROVED = "N" |