uawdijnntqw1x1x1
IP : 3.22.66.60
Hostname : axolotl
Kernel : Linux axolotl 4.9.0-13-amd64 #1 SMP Debian 4.9.228-1 (2020-07-05) x86_64
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
OS : Linux
PATH:
/
var
/
www
/
axolotl
/
data
/
www
/
.
/
b24.axolotl.ru
/
public_html
/
bitrix
/
components
/
bitrix
/
ui.tour
/
class.php
/
/
<? use Bitrix\Main\UI\Tour; if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true) { die(); } class TourComponent extends \CBitrixComponent { protected $tour = null; protected function prepareParams() { $this->arParams["JS_OPTIONS"] = isset($this->arParams["JS_OPTIONS"]) && is_array($this->arParams["JS_OPTIONS"]) ? $this->arParams["JS_OPTIONS"] : [] ; $this->arParams["AUTO_START"] = isset($this->arParams["AUTO_START"]) && in_array($this->arParams["AUTO_START"], ["N", false], true) ? false : true ; $this->arParams["AUTO_START_TIMEOUT"] = isset($this->arParams["AUTO_START_TIMEOUT"]) && is_int($this->arParams["AUTO_START_TIMEOUT"]) && $this->arParams["AUTO_START_TIMEOUT"] > 0 ? $this->arParams["AUTO_START_TIMEOUT"] : 0 ; } protected function prepareData() { if (!isset($this->arParams["ID"]) || !mb_strlen($this->arParams["ID"])) { ShowError("Tour: 'ID' parameter is required."); return; } $this->tour = new Tour($this->arParams["ID"]); $params = array( "USER_TYPE" => "setUserType", "USER_TIMESPAN" => "setUserTimeSpan", "LIFETIME" => "setLifetime", "START_DATE" => "setStartDate", "END_DATE" => "setEndDate", ); foreach ($params as $param => $setter) { if (isset($this->arParams[$param])) { $this->tour->$setter($this->arParams[$param]); } } $this->arResult["ID"] = $this->tour->getId(); $this->arResult["IS_AVAILABLE"] = $this->tour->isAvailable(); $defaultOptions = [ "autoSave" => true ]; $this->arResult["OPTIONS"] = array_merge( $defaultOptions, $this->arParams["JS_OPTIONS"], [ "id" => $this->tour->getId() ] ); } public function getTour() { return $this->tour; } public function executeComponent() { $this->prepareParams(); $this->prepareData(); if ($this->getTour()) { $this->includeComponentTemplate(); } } }
/var/www/axolotl/data/www/./b24.axolotl.ru/public_html/bitrix/components/bitrix/ui.tour/class.php