Файловый менеджер - Редактировать - /var/www/axolotl/data/www/axolotls.ru/www/bitrix/modules/esol.importexportexcel/lib/api.php
Назад
<?php namespace Bitrix\KdaImportexcel; class Api { public function __construct() { } public function RunImport($PROFILE_ID) { $oProfile = new \CKDAImportProfile(); if(!$oProfile->ProfileExists($PROFILE_ID)) return false; $oProfile->UpdateFields($PROFILE_ID, array('NEED_RUN'=>'Y')); return true; } public function GetProfilesPool() { $oProfile = new \CKDAImportProfile(); return $oProfile->GetProfilesCronPool(); } public function DeleteProfileFromPool($PROFILE_ID) { $oProfile = new \CKDAImportProfile(); if(!$oProfile->ProfileExists($PROFILE_ID)) return false; $oProfile->UpdateFields($PROFILE_ID, array('NEED_RUN'=>'N')); return true; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.8 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка