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