File manager - Edit - /home/premiey/www/wp-content/plugins/ameliabooking/src/Application/Services/Placeholder/PlaceholderServiceInterface.php
Back
<?php /** * @copyright © TMS-Plugins. All rights reserved. * @licence See LICENCE.md for license details. */ namespace AmeliaBooking\Application\Services\Placeholder; use AmeliaBooking\Domain\Common\Exceptions\InvalidArgumentException; use AmeliaBooking\Domain\Entity\User\AbstractUser; use AmeliaBooking\Infrastructure\Common\Exceptions\NotFoundException; use AmeliaBooking\Infrastructure\Common\Exceptions\QueryExecutionException; use Interop\Container\Exception\ContainerException; /** * Interface PlaceholderServiceInterface * * @package AmeliaBooking\Domain\Services\Reservation */ interface PlaceholderServiceInterface { /** * * @return array * * @throws \Interop\Container\Exception\ContainerException */ public function getEntityPlaceholdersDummyData($type); /** @noinspection MoreThanThreeArgumentsInspection */ /** * @param array $appointment * @param int $bookingKey * @param string $type * @param AbstractUser $customer * @param array $allBookings * * @return array * * @throws InvalidArgumentException * @throws \Slim\Exception\ContainerValueNotFoundException * @throws NotFoundException * @throws QueryExecutionException * @throws ContainerException * @throws \Exception */ function getPlaceholdersData($appointment, $bookingKey = null, $type = null, $customer = null, $allBookings = null); }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings