1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Файл mail_entry.php

См. исходные тексты.

Функции

 handleError ($rcpt, $rcptErrors)

Переменные

const NOT_CHECK_PERMISSIONS true
 $context = Bitrix\Main\Application::getInstance()->getContext()
 $request = $context->getRequest()
 $response = $context->getResponse()
 try
 $message = $request->getPostList()->getRaw('message')
 $rcpt = array()
 $preSuccess = false
 $success = false
 $rcptErrors = []
 $emails = []
foreach( $rcpt as $to) if(! $preSuccess) $message ['files'] = array()
catch(Bitrix\Mail\ReceiverException $e) catch (Exception $e)

Функции

◆ handleError()

handleError ( $rcpt,
$rcptErrors )

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

Переменные

◆ $context

$context = Bitrix\Main\Application::getInstance()->getContext()

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

◆ $emails

$emails = []

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

◆ $message [1/2]

$message = $request->getPostList()->getRaw('message')

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

◆ $message [2/2]

foreach($rcpt as $to) if (! $preSuccess) $message[ 'files'] = array()

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

◆ $preSuccess

$preSuccess = false

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

◆ $rcpt

$rcpt = array()

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

◆ $rcptErrors

$rcptErrors = []

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

◆ $request

$request = $context->getRequest()

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

◆ $response

$response = $context->getResponse()

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

◆ $success

$success = false

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

◆ catch

catch(Bitrix\Mail\ReceiverException $e) catch(Exception $e) ( Exception $e)

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

◆ NOT_CHECK_PERMISSIONS

const NOT_CHECK_PERMISSIONS true

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

◆ try

try
Инициализатор
{
$hostname = $request->getPostList()->getRaw('hostname')
if(!Loader::includeModule('catalog')) if(!AccessController::getCurrent() ->check(ActionDictionary::ACTION_PRICE_EDIT)) if(!check_bitrix_sessid()) $request
Определения catalog_reindex.php:36

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