Файловый менеджер - Редактировать - /home/clickysoft/public_html/somni.clickysoft.net/app/Interfaces/EventRepositoryInterface.php
Назад
<?php namespace App\Interfaces; interface EventRepositoryInterface{ public function saveEvent($data); public function getEventsByTenantId($tenant_id); public function getEventsByTenantIdForCalender($tenant_id); public function getEventWithTypeMaintenanceByLandlordId($landlord_id); public function getArchivedEventWithTypeMaintenanceByLandlordId($landlord_id); public function getEventsByLandlordId($landlord_id); public function getEventsByLandlordIdLimit($landlord_id); public function getEventsByStatus($status); public function getEventsByUnitIdAndTenantID($tenant_id,$unit_id); public function getEventsByUnitIdAndTenantIDForCalender($tenant_id,$unit_id); public function getEventsByLandlordIdWithPagination($landlord_id); public function deleteEvent($event_id); public function updateSingleEventStatus($event_id,$status); public function getLatestMaintenanceActivityByUnitId($unit_id); public function getEventByEventId($id); public function updateSingleEventArchive($event_id,$status); public function updateEvent($data,$event_id); public function getOverlappingEvents($propertyId, $unitId, $date, $fromTime, $toTime); }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка