Bitrix-D7 22.6
 
Загрузка...
Поиск...
Не найдено
Класс Message
+ Граф наследования:Message:

Открытые члены

 edit (array $fields)
 
 remove ()
 
- Открытые члены унаследованные от Entity
 __construct ($id)
 
 getId ()
 
 getForumId ()
 
 getAuthorId ()
 
 edit (array $fields)
 
 remove ()
 

Открытые статические члены

static create ($parentObject, array $fields)
 
static update ($id, array &$fields)
 
static add (Forum\Topic $topic, array $fields)
 
static delete (int $id)
 
- Открытые статические члены унаследованные от Entity
static create ($parentObject, array $fields)
 
static update (int $id, array &$fields)
 
static delete (int $id)
 

Открытые атрибуты

const APPROVED_APPROVED = "Y"
 
const APPROVED_DISAPPROVED = "N"
 

Защищенные члены

 init ()
 
 init ()
 

Дополнительные унаследованные члены

- Защищенные данные унаследованные от Entity
 $authorId
 
 $forum
 
 $data
 

Подробное описание

См. определение в файле message.php строка 595

Методы

◆ add()

static add ( Forum\Topic  $topic,
array  $fields 
)
static
Аргументы
Topic$topic
array$fields

См. определение в файле message.php строка 793

◆ create()

static create (   $parentObject,
array  $fields 
)
static
Аргументы
Topic$parentObject
array$fields

Переопределяет метод предка Entity.

См. определение в файле message.php строка 677

◆ delete()

static delete ( int  $id)
static

Переопределяет метод предка Entity.

См. определение в файле message.php строка 889

◆ edit()

edit ( array  $fields)

Переопределяет метод предка Entity.

См. определение в файле message.php строка 611

◆ init()

init ( )
protected

Init Entity data, Forum

Возвращает
$this

Переопределяет метод предка Entity.

См. определение в файле message.php строка 602

◆ remove()

remove ( )

Переопределяет метод предка Entity.

См. определение в файле message.php строка 629

◆ update()

static update (   $id,
array &  $fields 
)
static

См. определение в файле message.php строка 698

Данные класса

◆ APPROVED_APPROVED

const APPROVED_APPROVED = "Y"

См. определение в файле message.php строка 599

◆ APPROVED_DISAPPROVED

const APPROVED_DISAPPROVED = "N"

См. определение в файле message.php строка 600