1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
messageaccess.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Mail\Collection;
4
5
use Bitrix\Mail\Item\Base as Item;
6
7
class
MessageAccess
extends
Immutable
8
{
9
public
function
createItem
(
array
$array)
10
{
11
return \Bitrix\Mail\Item\MessageAccess::fromArray($array);
12
}
13
14
public
function
ensureItem
(
Item
$item, $throwException =
true
)
15
{
16
if
($item instanceof \
Bitrix
\
Mail
\
Item
\
MessageAccess
) {
17
return
true
;
18
}
19
return
parent::ensureItem($item, $throwException);
20
}
21
}
Bitrix\Mail\Collection\Immutable
Определения
immutable.php:11
Bitrix\Mail\Collection\MessageAccess
Определения
messageaccess.php:8
Bitrix\Mail\Collection\MessageAccess\ensureItem
ensureItem(Item $item, $throwException=true)
Определения
messageaccess.php:14
Bitrix\Mail\Collection\MessageAccess\createItem
createItem(array $array)
Определения
messageaccess.php:9
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
Bitrix\Mail\Item
Определения
base.php:3
Bitrix\Main\Mail
Определения
address.php:8
Bitrix
bitrix
modules
mail
lib
collection
messageaccess.php
Создано системой
1.14.0