File manager - Edit - /home/premiey/www/wp-content/plugins/ameliabooking/src/Domain/Services/Resource/AbstractResourceService.php
Back
<?php namespace AmeliaBooking\Domain\Services\Resource; use AmeliaBooking\Domain\Collection\Collection; use AmeliaBooking\Domain\Common\Exceptions\InvalidArgumentException; use AmeliaBooking\Domain\Entity\Bookable\Service\Service; /** * Class AbstractResourceService * * @package AmeliaBooking\Domain\Services\Resource */ abstract class AbstractResourceService { /** * set substitute resources instead of resources that are not shred between services/locations * * @param Collection $resources * @param array $entitiesIds * * @return void * @throws InvalidArgumentException */ abstract public function setNonSharedResources($resources, $entitiesIds); /** * get collection of resources for service * * @param Collection $resources * @param int $serviceId * * @return Collection * @throws InvalidArgumentException */ abstract public function getServiceResources($resources, $serviceId); /** * get providers id values for resources * * @param Collection $resources * * @return array */ abstract public function getResourcesProvidersIds($resources); /** @noinspection MoreThanThreeArgumentsInspection */ /** * set unavailable intervals (fake appointments) to providers in moments when resources are used up * return intervals of resources with locations that are used up * * @param Collection $resources * @param Collection $appointments * @param Collection $allLocations * @param Service $service * @param Collection $providers * @param int|null $locationId * @param int|null $excludeAppointmentId * @param int $personsCount * * @return array * @throws InvalidArgumentException */ abstract public function manageResources( $resources, $appointments, $allLocations, $service, $providers, $locationId, $excludeAppointmentId, $personsCount ); }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings