403Webshell
Server IP : 80.87.202.40  /  Your IP : 216.73.216.169
Web Server : Apache
System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64
User : bitrix ( 600)
PHP Version : 8.2.27
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : ON |  Perl : ON |  Python : OFF |  Sudo : ON |  Pkexec : ON
Directory :  /home/bitrix/ext_www/ilovecveti.ru/bitrix/modules/calendar/lib/core/event/tools/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /home/bitrix/ext_www/ilovecveti.ru/bitrix/modules/calendar/lib/core/event/tools/dictionary.php
<?php

namespace Bitrix\Calendar\Core\Event\Tools;

use Bitrix\Calendar\Core\Event\Properties\Remind;

class Dictionary
{
	public const REMIND_UNIT = [
		'min' => Remind::UNIT_MINUTES,
		'minutes' => Remind::UNIT_MINUTES,
		'date' => Remind::UNIT_DATES,
		'day' => Remind::UNIT_DAYS,
		'days' => Remind::UNIT_DAYS,
		'daybefore' => Remind::UNIT_DAY_BEFORE,
		'hour' => Remind::UNIT_HOURS,
		'hours' => Remind::UNIT_HOURS
	];

	public const INTERVAL_FORMAT = [
		Remind::UNIT_MINUTES => '%i',
		Remind::UNIT_SECONDS => '%s',
		Remind::UNIT_HOURS => '%h',
		Remind::UNIT_MONTHS => '%m',
		Remind::UNIT_DAYS => '%d',
		Remind::UNIT_YEARS => '%y',
	];

	public const EVENT_TYPE = [
		'shared' => '#shared#',
		'shared_crm' => '#shared_crm#',
		'resource_booking' => '#resourcebooking#',
		'collab' => '#collab#',
		'shared_collab' => '#shared_collab#',
	];

	public const MEETING_STATUS = [
		'Yes' => 'Y',
		'No' => 'N',
		'Question' => 'Q',
		'Host' => 'H'
	];

	public const CALENDAR_TYPE = [
		'user' => 'user',
		'group' => 'group',
		'company' => 'company_calendar',
		'location' => 'location',
		'resource' => 'resource',
		'open_event' => 'open_event',
	];
}

Youez - 2016 - github.com/yon3zu
LinuXploit