SYMBOL INDEX (1002 symbols across 182 files) FILE: public/build/runtime.js function webpackJsonpCallback (line 3) | function webpackJsonpCallback(data) { function checkDeferredModules (line 35) | function checkDeferredModules() { function __webpack_require__ (line 65) | function __webpack_require__(moduleId) { FILE: public/js/materialize.js function defineProperties (line 8) | function defineProperties(target, props) { for (var i = 0; i < props.len... function _possibleConstructorReturn (line 10) | function _possibleConstructorReturn(self, call) { if (!self) { throw new... function _inherits (line 12) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function _classCallCheck (line 14) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function find (line 41) | function find(selector, context) { function parseHTML (line 48) | function parseHTML(str) { function onReady (line 61) | function onReady(fn) { function Init (line 69) | function Init(selector, context) { function cash (line 116) | function cash(selector, context) { function each (line 162) | function each(collection, callback) { function matches (line 173) | function matches(el, selector) { function getCompareFunction (line 178) | function getCompareFunction(selector) { function unique (line 193) | function unique(collection) { function getDataCache (line 225) | function getDataCache(node) { function setData (line 229) | function setData(node, key, value) { function getData (line 233) | function getData(node, key) { function removeData (line 241) | function removeData(node, key) { function getClasses (line 277) | function getClasses(c) { function hasClass (line 281) | function hasClass(v, c) { function addClass (line 285) | function addClass(v, c, spacedName) { function removeClass (line 293) | function removeClass(v, c) { function compute (line 517) | function compute(el, prop) { function registerEvent (line 537) | function registerEvent(node, eventName, callback) { function removeEvent (line 544) | function removeEvent(node, eventName, callback) { function encode (line 649) | function encode(name, value) { function getSelectMultiple_ (line 653) | function getSelectMultiple_(el) { function getSelectSingle_ (line 663) | function getSelectSingle_(el) { function getValue (line 668) | function getValue(el) { function insertElement (line 733) | function insertElement(el, child, prepend) { function insertContent (line 742) | function insertContent(parent, child, prepend) { function Component (line 1014) | function Component(classDef, el, options) { function s4 (line 1211) | function s4() { function e (line 1525) | function e(a) { function r (line 1529) | function r(a, c) { function p (line 1535) | function p(a) { function m (line 1539) | function m(a) { function u (line 1542) | function u(a, c) { function C (line 1546) | function C(a) { function D (line 1551) | function D(a, c) { function z (line 1556) | function z(a, c) { function T (line 1561) | function T(a) { function U (line 1567) | function U(a) { function y (line 1578) | function y(a) { function V (line 1580) | function V(a) { function I (line 1582) | function I(a, c) { function E (line 1584) | function E(a, c) { function J (line 1586) | function J(a, c) { function X (line 1588) | function X(a, c) { function K (line 1595) | function K(a, c) { function L (line 1600) | function L(a, c) { function F (line 1605) | function F(a, c) { function M (line 1607) | function M(a) { function N (line 1611) | function N(a) { function Y (line 1618) | function Y(a, c) { function O (line 1628) | function O(a, c) { function P (line 1635) | function P(a) { function Z (line 1639) | function Z(a) { function aa (line 1643) | function aa(a, c) { function ba (line 1651) | function ba(a, c) { function ca (line 1658) | function ca(a) { function da (line 1660) | function da(a, c) { function ea (line 1669) | function ea(a, c) { function R (line 1679) | function R(a, c, d, b) { function fa (line 1683) | function fa(a) { function q (line 1692) | function q(a) { function a (line 1795) | function a(a, d, b) { function a (line 1822) | function a(a, b) { function a (line 1852) | function a() { function c (line 1854) | function c(c) { function Collapsible (line 1913) | function Collapsible(el, options) { function Dropdown (line 2240) | function Dropdown(el, options) { function Modal (line 2893) | function Modal(el, options) { function Materialbox (line 3327) | function Materialbox(el, options) { function Parallax (line 3814) | function Parallax(el, options) { function Tabs (line 3991) | function Tabs(el, options) { function Tooltip (line 4461) | function Tooltip(el, options) { function isWindow (line 4790) | function isWindow(obj) { function getWindow (line 4794) | function getWindow(elem) { function offset (line 4798) | function offset(elem) { function convertStyle (line 4816) | function convertStyle(obj) { function getWavesEffectElement (line 5025) | function getWavesEffectElement(e) { function showEffect (line 5046) | function showEffect(e) { function Toast (line 5121) | function Toast(options) { function Sidenav (line 5486) | function Sidenav(el, options) { function ScrollSpy (line 6129) | function ScrollSpy(el, options) { function Autocomplete (line 6449) | function Autocomplete(el, options) { function Slider (line 7183) | function Slider(el, options) { function Chips (line 7641) | function Chips(el, options) { function Pushpin (line 8185) | function Pushpin(el, options) { function FloatingActionButton (line 8352) | function FloatingActionButton(el, options) { function Datepicker (line 8821) | function Datepicker(el, options) { function Timepicker (line 9692) | function Timepicker(el, options) { function CharacterCounter (line 10307) | function CharacterCounter(el, options) { function Carousel (line 10487) | function Carousel(el, options) { function TapTarget (line 11267) | function TapTarget(el, options) { function FormSelect (line 11621) | function FormSelect(el, options) { function Range (line 12094) | function Range(el, options) { FILE: src/Seat/Domain/Basket/Entity/Basket.php class Basket (line 7) | class Basket extends \ArrayObject method __construct (line 14) | public function __construct(string $userId, array $basketProducts) method totalPrice (line 20) | public function totalPrice() method userId (line 31) | public function userId(): string method isEmpty (line 36) | public function isEmpty() method checkSum (line 41) | public function checkSum() FILE: src/Seat/Domain/Basket/Entity/BasketRepository.php type BasketRepository (line 7) | interface BasketRepository method addToBasket (line 9) | public function addToBasket(string $userId, BasketProduct $basketProdu... method getUserBasket (line 11) | public function getUserBasket(string $userId): Basket; method emptyBasketFor (line 13) | public function emptyBasketFor(string $userId): void; method delete (line 15) | public function delete(string $basketId, string $userId): void; FILE: src/Seat/Domain/Basket/Model/BasketProduct.php class BasketProduct (line 5) | class BasketProduct method __construct (line 16) | public function __construct( method id (line 34) | public function id(): string method name (line 39) | public function name(): string method price (line 44) | public function price(): float method option (line 49) | public function option(): ?BasketProductOption method supplements (line 57) | public function supplements(): array method comment (line 62) | public function comment(): string method quantity (line 67) | public function quantity(): int method totalPrice (line 72) | public function totalPrice() FILE: src/Seat/Domain/Basket/Model/BasketProductOption.php class BasketProductOption (line 5) | class BasketProductOption method __construct (line 10) | public function __construct(string $name, float $price) method name (line 16) | public function name(): string method price (line 21) | public function price(): float FILE: src/Seat/Domain/Basket/Model/BasketProductSupplement.php class BasketProductSupplement (line 5) | class BasketProductSupplement method __construct (line 10) | public function __construct(string $name, float $price) method name (line 16) | public function name(): string method price (line 21) | public function price(): float FILE: src/Seat/Domain/Basket/Model/OrderType.php class OrderType (line 6) | class OrderType method takeAwayFor (line 14) | public static function takeAwayFor($time) method delivery (line 19) | public static function delivery() method fromString (line 24) | public static function fromString($orderType, $takeAwayTime = null) method __construct (line 36) | public function __construct(string $name, ?string $time = null) method name (line 42) | public function name(): string method time (line 47) | public function time(): ?string method isDelivery (line 52) | public function isDelivery() method isTakeAway (line 57) | public function isTakeAway() FILE: src/Seat/Domain/Basket/Model/OrderTypeName.php class OrderTypeName (line 5) | class OrderTypeName FILE: src/Seat/Domain/Basket/Model/PossibleOrderType.php class PossibleOrderType (line 7) | class PossibleOrderType method __construct (line 13) | public function __construct(string $name, ?TimeRange $range, ?\Excepti... method name (line 20) | public function name(): string method range (line 25) | public function range(): ?TimeRange method error (line 30) | public function error(): ?\Exception FILE: src/Seat/Domain/Basket/Service/Error/DeliveryNotAvailable.php class DeliveryNotAvailable (line 5) | class DeliveryNotAvailable extends \Exception FILE: src/Seat/Domain/Basket/Service/Error/OrderTooLate.php class OrderTooLate (line 5) | class OrderTooLate extends \Exception FILE: src/Seat/Domain/Basket/Service/Error/TakeAwayNotAvailable.php class TakeAwayNotAvailable (line 5) | class TakeAwayNotAvailable extends \Exception FILE: src/Seat/Domain/Basket/Service/Error/TakeAwayTooLate.php class TakeAwayTooLate (line 5) | class TakeAwayTooLate extends \Exception FILE: src/Seat/Domain/Basket/Service/OrderTypeChecker.php class OrderTypeChecker (line 19) | class OrderTypeChecker method __construct (line 28) | public function __construct( method getPossibleOrderType (line 38) | public function getPossibleOrderType(string $userId): PossibleOrderType method getPossibleOrderTypeForCompany (line 50) | private function getPossibleOrderTypeForCompany(?string $companyId) method checkPossibleOrderType (line 85) | public function checkPossibleOrderType(OrderType $orderType, ?string $... FILE: src/Seat/Domain/Basket/UseCase/AddProductToBasket/AddProductToBasket.php class AddProductToBasket (line 17) | class AddProductToBasket method __construct (line 24) | public function __construct( method execute (line 37) | public function execute(AddProductToBasketRequest $request, AddProduct... method getProduct (line 72) | private function getProduct(AddProductToBasketRequest $basketData, Add... method getSupplements (line 83) | private function getSupplements(AddProductToBasketRequest $basketData,... method getOption (line 104) | private function getOption(AddProductToBasketRequest $basketData, AddP... method checkRequest (line 121) | private function checkRequest(AddProductToBasketRequest $request, AddP... FILE: src/Seat/Domain/Basket/UseCase/AddProductToBasket/AddProductToBasketPresenter.php type AddProductToBasketPresenter (line 5) | interface AddProductToBasketPresenter method present (line 7) | public function present(AddProductToBasketResponse $response): void; FILE: src/Seat/Domain/Basket/UseCase/AddProductToBasket/AddProductToBasketRequest.php class AddProductToBasketRequest (line 5) | class AddProductToBasketRequest method fromAll (line 20) | public static function fromAll($quantity, $userId, $productId, $option... method withUserId (line 33) | public function withUserId(string $userId) FILE: src/Seat/Domain/Basket/UseCase/AddProductToBasket/AddProductToBasketResponse.php class AddProductToBasketResponse (line 8) | class AddProductToBasketResponse method __construct (line 14) | public function __construct() method addError (line 19) | public function addError(string $fieldName, string $error) method notification (line 24) | public function notification(): Notification method setBasketProduct (line 29) | public function setBasketProduct(BasketProduct $basketProduct) method basketProduct (line 34) | public function basketProduct(): ?BasketProduct FILE: src/Seat/Domain/Basket/UseCase/RemoveFromBasket/RemoveFromBasket.php class RemoveFromBasket (line 7) | class RemoveFromBasket method __construct (line 11) | public function __construct(BasketRepository $basketRepository) method execute (line 16) | public function execute(RemoveFromBasketRequest $request, RemoveFromBa... FILE: src/Seat/Domain/Basket/UseCase/RemoveFromBasket/RemoveFromBasketPresenter.php type RemoveFromBasketPresenter (line 5) | interface RemoveFromBasketPresenter method present (line 7) | public function present(RemoveFromBasketResponse $response): void; FILE: src/Seat/Domain/Basket/UseCase/RemoveFromBasket/RemoveFromBasketRequest.php class RemoveFromBasketRequest (line 5) | class RemoveFromBasketRequest method __construct (line 10) | public function __construct($userId, $basketId) FILE: src/Seat/Domain/Basket/UseCase/RemoveFromBasket/RemoveFromBasketResponse.php class RemoveFromBasketResponse (line 5) | class RemoveFromBasketResponse method isDone (line 9) | public function isDone(): bool method setIsDone (line 14) | public function setIsDone($isDone) FILE: src/Seat/Domain/Basket/UseCase/ShowBasket/ShowBasket.php class ShowBasket (line 7) | class ShowBasket method __construct (line 11) | public function __construct(BasketRepository $basketRepository) method execute (line 17) | public function execute(ShowBasketRequest $request, ShowBasketPresente... FILE: src/Seat/Domain/Basket/UseCase/ShowBasket/ShowBasketPresenter.php type ShowBasketPresenter (line 5) | interface ShowBasketPresenter method present (line 7) | public function present(ShowBasketResponse $response): void; FILE: src/Seat/Domain/Basket/UseCase/ShowBasket/ShowBasketRequest.php class ShowBasketRequest (line 5) | class ShowBasketRequest method __construct (line 9) | public function __construct($userId) FILE: src/Seat/Domain/Basket/UseCase/ShowBasket/ShowBasketResponse.php class ShowBasketResponse (line 7) | class ShowBasketResponse method setBasket (line 12) | public function setBasket(?Basket $basket) method basket (line 19) | public function basket(): ?Basket FILE: src/Seat/Domain/Client/Entity/Client.php class Client (line 5) | class Client method __construct (line 18) | public function __construct( method firstName (line 42) | public function firstName(): string method lastName (line 47) | public function lastName(): string method phoneNumber (line 52) | public function phoneNumber(): string method id (line 57) | public function id(): string method email (line 62) | public function email(): string method password (line 67) | public function password(): string method store (line 72) | public function store(): string method companyId (line 77) | public function companyId(): ?string method hasCompany (line 82) | public function hasCompany() method role (line 87) | public function role(): string method isEnabled (line 92) | public function isEnabled(): bool FILE: src/Seat/Domain/Client/Entity/ClientRepository.php type ClientRepository (line 5) | interface ClientRepository method addClient (line 7) | public function addClient(Client $client); method getClientByEmail (line 9) | public function getClientByEmail(string $email): ?Client; method getClientById (line 11) | public function getClientById(string $id): ?Client; method updateClient (line 13) | public function updateClient(Client $client): void; FILE: src/Seat/Domain/Client/Entity/Company.php class Company (line 5) | class Company method __construct (line 14) | public function __construct(string $id, string $name, bool $hasInvoice... method id (line 24) | public function id(): string method name (line 29) | public function name(): string method maxOrderTimeForDelivery (line 34) | public function maxOrderTimeForDelivery(): ?string method canBeDelivered (line 39) | public function canBeDelivered(): bool method hasInvoice (line 44) | public function hasInvoice(): bool method store (line 49) | public function store(): string method isEnabled (line 54) | public function isEnabled(): bool FILE: src/Seat/Domain/Client/Entity/CompanyRepository.php type CompanyRepository (line 5) | interface CompanyRepository method getCompanyNamed (line 7) | public function getCompanyNamed(string $companyName): ?Company; method addCompany (line 9) | public function addCompany(Company $company): void; method getCompanyById (line 11) | public function getCompanyById(?string $companyId): ?Company; FILE: src/Seat/Domain/Client/Entity/Role.php class Role (line 5) | class Role FILE: src/Seat/Domain/Client/Entity/Store.php class Store (line 5) | class Store FILE: src/Seat/Domain/Client/UseCase/GetClient/GetClient.php class GetClient (line 7) | class GetClient method __construct (line 11) | public function __construct(ClientRepository $clientRepository) method execute (line 16) | public function execute(GetClientRequest $request, GetClientPresenter ... FILE: src/Seat/Domain/Client/UseCase/GetClient/GetClientPresenter.php type GetClientPresenter (line 5) | interface GetClientPresenter method present (line 7) | public function present(GetClientResponse $response): void; FILE: src/Seat/Domain/Client/UseCase/GetClient/GetClientRequest.php class GetClientRequest (line 5) | class GetClientRequest method __construct (line 9) | public function __construct(string $clientId) FILE: src/Seat/Domain/Client/UseCase/GetClient/GetClientResponse.php class GetClientResponse (line 7) | class GetClientResponse method client (line 11) | public function client(): ?Client method setClient (line 16) | public function setClient(Client $client) FILE: src/Seat/Domain/Client/UseCase/Login/Login.php class Login (line 10) | class Login method __construct (line 16) | public function __construct(ClientRepository $clientRepository, Compan... method execute (line 29) | public function execute(LoginRequest $request, LoginPresenter $presenter) method checkClient (line 46) | private function checkClient(?Client $client, LoginResponse $response)... method checkPassword (line 57) | private function checkPassword(LoginRequest $request, Client $client, ... method checkClientEnabled (line 68) | private function checkClientEnabled(Client $client, LoginResponse $res... method checkCompanyEnabled (line 79) | private function checkCompanyEnabled(Client $client, LoginResponse $re... FILE: src/Seat/Domain/Client/UseCase/Login/LoginPresenter.php type LoginPresenter (line 5) | interface LoginPresenter method present (line 7) | public function present(LoginResponse $response); FILE: src/Seat/Domain/Client/UseCase/Login/LoginRequest.php class LoginRequest (line 5) | class LoginRequest method __construct (line 10) | public function __construct(string $email, string $password) FILE: src/Seat/Domain/Client/UseCase/Login/LoginResponse.php class LoginResponse (line 8) | class LoginResponse method __construct (line 15) | public function __construct() method addError (line 20) | public function addError(string $fieldName, string $error) method notification (line 25) | public function notification(): Notification method setClient (line 30) | public function setClient(Client $client) method client (line 35) | public function client(): ?Client FILE: src/Seat/Domain/Client/UseCase/Register/Register.php class Register (line 16) | class Register method __construct (line 23) | public function __construct( method execute (line 35) | public function execute(RegisterRequest $request): void method register (line 45) | private function register(RegisterRequest $request, RegisterResponse $... method validateClient (line 55) | private function validateClient(RegisterRequest $request, RegisterResp... method validateCompany (line 70) | private function validateCompany(RegisterRequest $request, RegisterRes... method saveClient (line 90) | private function saveClient(RegisterRequest $request, RegisterResponse... method validateRequest (line 109) | private function validateRequest(RegisterRequest $request, RegisterRes... FILE: src/Seat/Domain/Client/UseCase/Register/RegisterPresenter.php type RegisterPresenter (line 5) | interface RegisterPresenter method present (line 7) | public function present(RegisterResponse $response): void; FILE: src/Seat/Domain/Client/UseCase/Register/RegisterRequest.php class RegisterRequest (line 5) | class RegisterRequest FILE: src/Seat/Domain/Client/UseCase/Register/RegisterResponse.php class RegisterResponse (line 8) | class RegisterResponse method __construct (line 13) | public function __construct() method addError (line 18) | public function addError(string $fieldName, string $error) method notification (line 23) | public function notification(): Notification method setRegisteredClient (line 28) | public function setRegisteredClient(Client $client) method client (line 35) | public function client(): ?Client FILE: src/Seat/Domain/Client/UseCase/UpdateClient/UpdateClient.php class UpdateClient (line 11) | class UpdateClient method __construct (line 16) | public function __construct(ClientRepository $clientRepository, Passwo... method execute (line 22) | public function execute(UpdateClientRequest $request, UpdateClientPres... method validateRequest (line 51) | private function validateRequest(UpdateClientRequest $request, UpdateC... method validateClient (line 74) | private function validateClient(UpdateClientRequest $request, UpdateCl... FILE: src/Seat/Domain/Client/UseCase/UpdateClient/UpdateClientPresenter.php type UpdateClientPresenter (line 5) | interface UpdateClientPresenter method present (line 7) | public function present(UpdateClientResponse $response); FILE: src/Seat/Domain/Client/UseCase/UpdateClient/UpdateClientRequest.php class UpdateClientRequest (line 7) | class UpdateClientRequest extends EditableClient method fromEditable (line 9) | public static function fromEditable(EditableClient $nullableRequest) method byClientId (line 22) | public function byClientId(string $clientId) FILE: src/Seat/Domain/Client/UseCase/UpdateClient/UpdateClientResponse.php class UpdateClientResponse (line 8) | class UpdateClientResponse method __construct (line 18) | public function __construct() method addError (line 23) | public function addError(string $fieldName, string $error) method notification (line 28) | public function notification(): Notification method setUpdatedClient (line 33) | public function setUpdatedClient(Client $client) method hasPasswordChanged (line 41) | public function hasPasswordChanged(): bool method updatedClient (line 46) | public function updatedClient(): ?Client method setOriginalClient (line 51) | public function setOriginalClient(?Client $originalClient) method originalClient (line 56) | public function originalClient(): ?Client method request (line 61) | public function request(): ?UpdateClientRequest method setRequest (line 66) | public function setRequest(UpdateClientRequest $request) FILE: src/Seat/Domain/Cms/Entity/HtmlContent.php class HtmlContent (line 5) | class HtmlContent method __construct (line 10) | public function __construct(string $name, string $html) method name (line 16) | public function name() method html (line 21) | public function html() FILE: src/Seat/Domain/Cms/Entity/HtmlContentRepository.php type HtmlContentRepository (line 5) | interface HtmlContentRepository method getNamed (line 7) | public function getNamed(string $name): HtmlContent; FILE: src/Seat/Domain/Menu/Entity/Category.php class Category (line 5) | class Category method __construct (line 11) | public function __construct(string $id, string $name, ?string $descrip... method id (line 18) | public function id(): string method name (line 23) | public function name(): string method description (line 28) | public function description(): ?string FILE: src/Seat/Domain/Menu/Entity/CategoryRepository.php type CategoryRepository (line 6) | interface CategoryRepository method getCategories (line 11) | public function getCategories(): array; method addCategory (line 13) | public function addCategory(Category $category); FILE: src/Seat/Domain/Menu/Entity/Product.php class Product (line 5) | class Product method __construct (line 13) | public function __construct(string $id, string $categoryId, string $na... method id (line 22) | public function id(): string method name (line 27) | public function name(): string method description (line 32) | public function description(): string method price (line 37) | public function price(): float method categoryId (line 42) | public function categoryId(): string FILE: src/Seat/Domain/Menu/Entity/ProductOption.php class ProductOption (line 5) | class ProductOption method __construct (line 12) | public function __construct(string $id, string $categoryId, string $na... method id (line 20) | public function id(): string method name (line 25) | public function name(): string method price (line 30) | public function price(): float method categoryId (line 35) | public function categoryId(): string FILE: src/Seat/Domain/Menu/Entity/ProductOptionRepository.php type ProductOptionRepository (line 5) | interface ProductOptionRepository method get (line 10) | public function get(string $productOptionId): ?ProductOption; method getByCategoryId (line 15) | public function getByCategoryId(string $categoryId): array; method add (line 17) | public function add(ProductOption $productOption): void; FILE: src/Seat/Domain/Menu/Entity/ProductRepository.php type ProductRepository (line 6) | interface ProductRepository method add (line 8) | public function add(Product $product): void; method get (line 10) | public function get(string $id): ?Product; method getByCategoryId (line 15) | public function getByCategoryId(string $categoryId): array; FILE: src/Seat/Domain/Menu/Entity/ProductSupplement.php class ProductSupplement (line 5) | class ProductSupplement method __construct (line 12) | public function __construct(string $id, string $categoryId, string $na... method id (line 20) | public function id(): string method name (line 25) | public function name(): string method price (line 30) | public function price(): float method categoryId (line 35) | public function categoryId(): string FILE: src/Seat/Domain/Menu/Entity/ProductSupplementRepository.php type ProductSupplementRepository (line 5) | interface ProductSupplementRepository method get (line 7) | public function get(string $supplementId): ?ProductSupplement; method add (line 9) | public function add(ProductSupplement $supplement): void; method getByCategoryId (line 14) | public function getByCategoryId(string $categoryId): array; FILE: src/Seat/Domain/Menu/Model/MenuLine.php class MenuLine (line 5) | class MenuLine method __construct (line 20) | public function __construct(string $name, ?string $description, array ... method name (line 29) | public function name(): string method description (line 34) | public function description(): ?string method options (line 42) | public function options(): array method supplements (line 50) | public function supplements(): array method products (line 55) | public function products() FILE: src/Seat/Domain/Menu/Model/MenuOption.php class MenuOption (line 5) | class MenuOption method __construct (line 11) | public function __construct(string $id, string $name, float $price) method id (line 19) | public function id(): string method name (line 24) | public function name(): string method price (line 29) | public function price(): float FILE: src/Seat/Domain/Menu/Model/MenuProduct.php class MenuProduct (line 5) | class MenuProduct method __construct (line 12) | public function __construct(string $id, string $name, ?string $descrip... method id (line 21) | public function id(): string method name (line 26) | public function name(): string method price (line 31) | public function price(): float method description (line 36) | public function description(): ?string FILE: src/Seat/Domain/Menu/Model/MenuSupplement.php class MenuSupplement (line 5) | class MenuSupplement method __construct (line 11) | public function __construct(string $id, string $name, float $price) method id (line 19) | public function id(): string method name (line 24) | public function name(): string method price (line 29) | public function price(): float FILE: src/Seat/Domain/Menu/UseCase/GetMenu/GetMenu.php class GetMenu (line 18) | class GetMenu method __construct (line 25) | public function __construct( method execute (line 37) | public function execute(GetMenuPresenter $presenter) method getOptionsOf (line 53) | private function getOptionsOf(Category $category): array method getProductsOf (line 63) | private function getProductsOf(Category $category): array method getSupplementsOf (line 73) | private function getSupplementsOf(Category $category): array FILE: src/Seat/Domain/Menu/UseCase/GetMenu/GetMenuPresenter.php type GetMenuPresenter (line 5) | interface GetMenuPresenter method present (line 7) | public function present(GetMenuResponse $response): void; FILE: src/Seat/Domain/Menu/UseCase/GetMenu/GetMenuResponse.php class GetMenuResponse (line 7) | class GetMenuResponse method __construct (line 12) | public function __construct(array $menuLines) FILE: src/Seat/Domain/Order/Entity/Command.php class Command (line 9) | class Command method __construct (line 17) | public function __construct(string $id, string $userId, OrderType $ord... method id (line 26) | public function id(): string method userId (line 31) | public function userId(): string method basket (line 36) | public function basket(): Basket method date (line 41) | public function date(): DateTimeImmutable method orderType (line 46) | public function orderType(): OrderType FILE: src/Seat/Domain/Order/Entity/CommandRepository.php type CommandRepository (line 5) | interface CommandRepository method getTodayList (line 10) | public function getTodayList(): array; method add (line 12) | public function add(Command $command): void; FILE: src/Seat/Domain/Order/UseCase/ConfirmBasket/ConfirmBasket.php class ConfirmBasket (line 17) | class ConfirmBasket method __construct (line 24) | public function __construct( method execute (line 36) | public function execute(ConfirmBasketRequest $request, ConfirmBasketPr... method doExecute (line 43) | private function doExecute(ConfirmBasketRequest $request, ConfirmBaske... method saveBasketToCommand (line 60) | private function saveBasketToCommand(OrderType $orderType, Basket $bas... method checkClient (line 74) | private function checkClient(ConfirmBasketRequest $request, ConfirmBas... method checkBasket (line 93) | private function checkBasket(ConfirmBasketRequest $request, ConfirmBas... method checkOrderType (line 112) | private function checkOrderType(ConfirmBasketRequest $request, Confirm... FILE: src/Seat/Domain/Order/UseCase/ConfirmBasket/ConfirmBasketPresenter.php type ConfirmBasketPresenter (line 5) | interface ConfirmBasketPresenter method present (line 7) | public function present(ConfirmBasketResponse $response): void; FILE: src/Seat/Domain/Order/UseCase/ConfirmBasket/ConfirmBasketRequest.php class ConfirmBasketRequest (line 5) | class ConfirmBasketRequest method withUserId (line 12) | public function withUserId($userId) method withCheckSum (line 19) | public function withCheckSum($checkSum) FILE: src/Seat/Domain/Order/UseCase/ConfirmBasket/ConfirmBasketResponse.php class ConfirmBasketResponse (line 7) | class ConfirmBasketResponse method __construct (line 11) | public function __construct() method addError (line 16) | public function addError(string $fieldName, string $error) method notification (line 21) | public function notification(): Notification FILE: src/Seat/Infrastructure/Symfony4/Controller/AddToBasketController.php class AddToBasketController (line 20) | class AddToBasketController method __invoke (line 22) | public function __invoke( FILE: src/Seat/Infrastructure/Symfony4/Controller/AdminController.php class AdminController (line 14) | class AdminController extends EasyAdminController method listCommandLaHulpeAction (line 16) | protected function listCommandLaHulpeAction() method listCommandWaterlooAction (line 23) | protected function listCommandWaterlooAction() method listen (line 30) | private function listen() method renderCommandWaterlooTemplate (line 47) | public function renderCommandWaterlooTemplate($type, $twigPath, $param... method renderCommandLaHulpeTemplate (line 52) | public function renderCommandLaHulpeTemplate($type, $twigPath, $parame... method renderCommandOfTodayTemplate (line 57) | protected function renderCommandOfTodayTemplate($type, $twigPath, $par... FILE: src/Seat/Infrastructure/Symfony4/Controller/BusinessLunchController.php class BusinessLunchController (line 12) | class BusinessLunchController method __invoke (line 14) | public function __invoke(Environment $twig) FILE: src/Seat/Infrastructure/Symfony4/Controller/ContactController.php class ContactController (line 12) | class ContactController method __invoke (line 14) | public function __invoke(Environment $twig) FILE: src/Seat/Infrastructure/Symfony4/Controller/HomeController.php class HomeController (line 12) | class HomeController method __invoke (line 16) | public function __invoke(Environment $twig) FILE: src/Seat/Infrastructure/Symfony4/Controller/LoginCheckController.php class LoginCheckController (line 10) | class LoginCheckController method __invoke (line 12) | public function __invoke() FILE: src/Seat/Infrastructure/Symfony4/Controller/LoginController.php class LoginController (line 13) | class LoginController method __invoke (line 15) | public function __invoke(Environment $twig, AuthenticationUtils $authe... FILE: src/Seat/Infrastructure/Symfony4/Controller/LogoutController.php class LogoutController (line 10) | class LogoutController method __invoke (line 13) | public function __invoke() FILE: src/Seat/Infrastructure/Symfony4/Controller/MenuSalleController.php class MenuSalleController (line 12) | class MenuSalleController method __invoke (line 14) | public function __invoke(Environment $twig) FILE: src/Seat/Infrastructure/Symfony4/Controller/RegisterCompleteController.php class RegisterCompleteController (line 12) | class RegisterCompleteController method __invoke (line 15) | public function __invoke(Environment $twig) FILE: src/Seat/Infrastructure/Symfony4/Controller/RegisterController.php class RegisterController (line 17) | class RegisterController method __invoke (line 19) | public function __invoke(Request $request, Register $registerUseCase, ... FILE: src/Seat/Infrastructure/Symfony4/Controller/RemoveFromBasketController.php class RemoveFromBasketController (line 19) | class RemoveFromBasketController method __invoke (line 21) | public function __invoke( FILE: src/Seat/Infrastructure/Symfony4/Controller/ShowBasketController.php class ShowBasketController (line 24) | class ShowBasketController method __invoke (line 26) | public function __invoke( FILE: src/Seat/Infrastructure/Symfony4/Controller/ShowOrderMenuController.php class ShowOrderMenuController (line 15) | class ShowOrderMenuController method __invoke (line 17) | public function __invoke(GetMenu $getMenu, GetMenuHtmlPresenter $prese... FILE: src/Seat/Infrastructure/Symfony4/Controller/UpdateClientController.php class UpdateClientController (line 24) | class UpdateClientController method __invoke (line 27) | public function __invoke( FILE: src/Seat/Infrastructure/Symfony4/DependencyInjection/Compiler/AdminFilterRolePass.php class AdminFilterRolePass (line 9) | class AdminFilterRolePass implements ConfigPassInterface method __construct (line 14) | public function __construct(AuthorizationCheckerInterface $authorizati... method process (line 20) | public function process(array $backendConfig) FILE: src/Seat/Infrastructure/Symfony4/DependencyInjection/Compiler/AutowireSeatPass.php class AutowireSeatPass (line 9) | class AutowireSeatPass implements CompilerPassInterface method __construct (line 11) | public function __construct() method process (line 18) | public function process(ContainerBuilder $container) FILE: src/Seat/Infrastructure/Symfony4/Doctrine/Basket.php class Basket (line 11) | class Basket method id (line 31) | public function id() method setId (line 36) | public function setId($id) method userId (line 41) | public function userId(): string method setUserId (line 46) | public function setUserId($userId) method content (line 51) | public function content(): array method setContent (line 56) | public function setContent(array $content) FILE: src/Seat/Infrastructure/Symfony4/Doctrine/BasketProductJson.php class BasketProductJson (line 9) | class BasketProductJson method fromBasketProduct (line 13) | public static function fromBasketProduct(BasketProduct $basketProduct) method __construct (line 43) | public function __construct(array $json) method json (line 48) | public function json() method basketProduct (line 53) | public function basketProduct(string $basketId) FILE: src/Seat/Infrastructure/Symfony4/Doctrine/Category.php class Category (line 13) | class Category method __construct (line 47) | public function __construct() method getId (line 56) | public function getId() method setId (line 64) | public function setId($id) method getName (line 72) | public function getName() method setName (line 82) | public function setName($name) method getDescription (line 92) | public function getDescription() method setDescription (line 100) | public function setDescription($description) method getOrder (line 108) | public function getOrder() method setOrder (line 116) | public function setOrder($order) method __toString (line 121) | public function __toString() FILE: src/Seat/Infrastructure/Symfony4/Doctrine/CategoryOption.php class CategoryOption (line 11) | class CategoryOption method getId (line 53) | public function getId() method setId (line 61) | public function setId($id) method getCategory (line 69) | public function getCategory() method setCategory (line 77) | public function setCategory($category) method getName (line 85) | public function getName() method setName (line 93) | public function setName($name) method getPrice (line 101) | public function getPrice() method setPrice (line 109) | public function setPrice($price) method __toString (line 118) | public function __toString() method getOrder (line 126) | public function getOrder() method setOrder (line 134) | public function setOrder($order) FILE: src/Seat/Infrastructure/Symfony4/Doctrine/CategorySupplement.php class CategorySupplement (line 11) | class CategorySupplement method getId (line 52) | public function getId() method setId (line 60) | public function setId($id) method getCategory (line 68) | public function getCategory() method setCategory (line 76) | public function setCategory($category) method getName (line 84) | public function getName() method setName (line 92) | public function setName($name) method getPrice (line 100) | public function getPrice() method setPrice (line 108) | public function setPrice($price) method __toString (line 116) | public function __toString() method getOrder (line 124) | public function getOrder() method setOrder (line 132) | public function setOrder($order) FILE: src/Seat/Infrastructure/Symfony4/Doctrine/Command.php class Command (line 12) | class Command method id (line 45) | public function id() method setId (line 50) | public function setId($id) method userId (line 55) | public function userId(): string method setUserId (line 60) | public function setUserId($userId) method content (line 65) | public function content(): array method setContent (line 70) | public function setContent($content) method date (line 75) | public function date() method setDate (line 80) | public function setDate(\DateTimeImmutable $date) method setOrderType (line 85) | public function setOrderType(OrderType $orderType) method getOrderTypeString (line 90) | public function getOrderTypeString() method getName (line 100) | public function getName() method getOption (line 105) | public function getOption() method getSupplements (line 114) | public function getSupplements() method getComment (line 127) | public function getComment() method getQuantity (line 132) | public function getQuantity() FILE: src/Seat/Infrastructure/Symfony4/Doctrine/Company.php class Company (line 12) | class Company method getId (line 132) | public function getId() method setId (line 140) | public function setId($id) method getName (line 148) | public function getName() method setName (line 156) | public function setName($name) method getVat (line 164) | public function getVat() method setVat (line 172) | public function setVat($vat) method getSlug (line 177) | public function getSlug() method setSlug (line 182) | public function setSlug($slug) method getStreet (line 191) | public function getStreet() method setStreet (line 199) | public function setStreet($street) method getStreetNumber (line 207) | public function getStreetNumber() method setStreetNumber (line 215) | public function setStreetNumber($streetNumber) method getZipCode (line 223) | public function getZipCode() method setZipCode (line 231) | public function setZipCode($zipCode) method getCity (line 239) | public function getCity() method setCity (line 247) | public function setCity($city) method getPhoneNumber (line 255) | public function getPhoneNumber() method setPhoneNumber (line 263) | public function setPhoneNumber($phoneNumber) method getOrderDeliveryDeadLine (line 271) | public function getOrderDeliveryDeadLine() method setOrderDeliveryDeadLine (line 279) | public function setOrderDeliveryDeadLine($orderDeliveryDeadLine) method canBeDelivered (line 288) | public function canBeDelivered() method setCanBeDelivered (line 296) | public function setCanBeDelivered($canBeDelivered) method getTournee (line 304) | public function getTournee() method setTournee (line 312) | public function setTournee($tournee) method __toString (line 318) | public function __toString() method isEnabled (line 326) | public function isEnabled() method setIsEnabled (line 334) | public function setIsEnabled($isEnabled) method getComment (line 342) | public function getComment() method setComment (line 350) | public function setComment($comment) method getContactEmail (line 358) | public function getContactEmail() method setContactEmail (line 366) | public function setContactEmail($contactEmail) method setAdminCommandBefore (line 371) | public function setAdminCommandBefore(?\DateTimeInterface $date) method getAdminCommandBefore (line 380) | public function getAdminCommandBefore() method store (line 392) | public function store(): string method setStore (line 397) | public function setStore($store) method hasInvoice (line 402) | public function hasInvoice(): bool method setHasInvoice (line 407) | public function setHasInvoice($hasInvoice) FILE: src/Seat/Infrastructure/Symfony4/Doctrine/DoctrineBasketRepository.php class DoctrineBasketRepository (line 12) | class DoctrineBasketRepository extends ServiceEntityRepository implement... method __construct (line 14) | public function __construct(ManagerRegistry $registry) method addToBasket (line 19) | public function addToBasket(string $userId, BasketProduct $basketProduct) method getUserBasket (line 29) | public function getUserBasket(string $userId): Basket method emptyBasketFor (line 43) | public function emptyBasketFor(string $userId): void method delete (line 53) | public function delete(string $basketId, string $userId): void FILE: src/Seat/Infrastructure/Symfony4/Doctrine/DoctrineCategoryRepository.php class DoctrineCategoryRepository (line 12) | class DoctrineCategoryRepository extends ServiceEntityRepository impleme... method __construct (line 15) | public function __construct(ManagerRegistry $registry) method getCategories (line 23) | public function getCategories(): array method addCategory (line 35) | public function addCategory(Category $category) FILE: src/Seat/Infrastructure/Symfony4/Doctrine/DoctrineClientRepository.php class DoctrineClientRepository (line 12) | class DoctrineClientRepository extends ServiceEntityRepository implement... method __construct (line 14) | public function __construct(ManagerRegistry $registry) method addClient (line 19) | public function addClient(Client $client) method getClientByEmail (line 42) | public function getClientByEmail(string $email): ?Client method getClientById (line 68) | public function getClientById(string $id): ?Client method updateClient (line 94) | public function updateClient(Client $client): void FILE: src/Seat/Infrastructure/Symfony4/Doctrine/DoctrineCommandRepository.php class DoctrineCommandRepository (line 14) | class DoctrineCommandRepository extends ServiceEntityRepository implemen... method __construct (line 16) | public function __construct(ManagerRegistry $registry) method getTodayList (line 24) | public function getTodayList(): array method add (line 29) | public function add(Command $command): void FILE: src/Seat/Infrastructure/Symfony4/Doctrine/DoctrineCompanyRepository.php class DoctrineCompanyRepository (line 11) | class DoctrineCompanyRepository extends ServiceEntityRepository implemen... method __construct (line 13) | public function __construct(ManagerRegistry $registry) method getCompanyNamed (line 18) | public function getCompanyNamed(string $companyName): ?Company method addCompany (line 36) | public function addCompany(Company $company): void method getCompanyById (line 46) | public function getCompanyById(?string $companyId): ?Company FILE: src/Seat/Infrastructure/Symfony4/Doctrine/DoctrineHtmlContentRepository.php class DoctrineHtmlContentRepository (line 12) | class DoctrineHtmlContentRepository extends ServiceEntityRepository impl... method __construct (line 14) | public function __construct(ManagerRegistry $registry) method getNamed (line 19) | public function getNamed(string $name): HtmlContent FILE: src/Seat/Infrastructure/Symfony4/Doctrine/DoctrineProductOptionRepository.php class DoctrineProductOptionRepository (line 11) | class DoctrineProductOptionRepository extends ServiceEntityRepository im... method __construct (line 13) | public function __construct(ManagerRegistry $registry) method get (line 21) | public function get(string $productOptionId): ?ProductOption method add (line 37) | public function add(ProductOption $productOption): void method getByCategoryId (line 45) | public function getByCategoryId(string $categoryId): array FILE: src/Seat/Infrastructure/Symfony4/Doctrine/DoctrineProductRepository.php class DoctrineProductRepository (line 12) | class DoctrineProductRepository extends ServiceEntityRepository implemen... method __construct (line 15) | public function __construct(ManagerRegistry $registry) method add (line 20) | public function add(Product $product): void method get (line 25) | public function get(string $id): ?Product method getByCategoryId (line 45) | public function getByCategoryId(string $categoryId): array FILE: src/Seat/Infrastructure/Symfony4/Doctrine/DoctrineProductSupplementRepository.php class DoctrineProductSupplementRepository (line 11) | class DoctrineProductSupplementRepository extends ServiceEntityRepositor... method __construct (line 13) | public function __construct(ManagerRegistry $registry) method get (line 18) | public function get(string $supplementId): ?ProductSupplement method add (line 34) | public function add(ProductSupplement $supplement): void method getByCategoryId (line 42) | public function getByCategoryId(string $categoryId): array FILE: src/Seat/Infrastructure/Symfony4/Doctrine/HtmlContent.php class HtmlContent (line 13) | class HtmlContent method getName (line 33) | public function getName() method setName (line 41) | public function setName($name) method getHtml (line 49) | public function getHtml() method setHtml (line 57) | public function setHtml($html) FILE: src/Seat/Infrastructure/Symfony4/Doctrine/Pdf.php class Pdf (line 13) | class Pdf method id (line 37) | public function id() method setId (line 42) | public function setId($id) method text (line 47) | public function text() method setText (line 52) | public function setText($text) method pdf (line 57) | public function pdf(): ?string method setPdf (line 62) | public function setPdf($pdf) method pdfFile (line 67) | public function pdfFile(): ?File method setPdfFile (line 72) | public function setPdfFile($pdfFile) FILE: src/Seat/Infrastructure/Symfony4/Doctrine/Product.php class Product (line 14) | class Product method __toString (line 67) | public function __toString() method getId (line 75) | public function getId() method setId (line 85) | public function setId($id) method getCategory (line 95) | public function getCategory() method setCategory (line 105) | public function setCategory($category) method getName (line 115) | public function getName() method setName (line 125) | public function setName($name) method getDescription (line 135) | public function getDescription() method setDescription (line 145) | public function setDescription($description) method getPrice (line 155) | public function getPrice() method setPrice (line 165) | public function setPrice($price) method getOrder (line 175) | public function getOrder() method setOrder (line 185) | public function setOrder($order) method isEnabled (line 195) | public function isEnabled() method setIsEnabled (line 205) | public function setIsEnabled($isEnabled) FILE: src/Seat/Infrastructure/Symfony4/Doctrine/Tournee.php class Tournee (line 14) | class Tournee method __toString (line 33) | public function __toString() method getId (line 41) | public function getId() method setId (line 49) | public function setId($id) method getName (line 57) | public function getName() method setName (line 65) | public function setName($name) FILE: src/Seat/Infrastructure/Symfony4/Doctrine/User.php class User (line 12) | class User method id (line 80) | public function id() method setId (line 85) | public function setId($id) method getCompany (line 90) | public function getCompany() method setCompany (line 95) | public function setCompany($company) method firstName (line 100) | public function firstName(): ?string method setFirstName (line 105) | public function setFirstName($firstName) method lastName (line 110) | public function lastName(): ?string method setLastName (line 115) | public function setLastName($lastName) method phoneNumber (line 120) | public function phoneNumber(): ?string method setPhoneNumber (line 125) | public function setPhoneNumber($phoneNumber) method password (line 130) | public function password(): string method setPassword (line 135) | public function setPassword($password) method email (line 140) | public function email(): ?string method setEmail (line 145) | public function setEmail($email) method store (line 150) | public function store(): string method setStore (line 155) | public function setStore($store) method role (line 160) | public function role(): string method setRole (line 165) | public function setRole($role) method isEnabled (line 170) | public function isEnabled() method setIsEnabled (line 175) | public function setIsEnabled($isEnabled) FILE: src/Seat/Infrastructure/Symfony4/Form/BasketConfirmationType.php class BasketConfirmationType (line 16) | class BasketConfirmationType extends AbstractType method __construct (line 24) | public function __construct(OrderTypeChecker $orderTypeChecker, TokenS... method buildForm (line 30) | public function buildForm(FormBuilderInterface $builder, array $options) method buildForOrderType (line 42) | private function buildForOrderType(FormBuilderInterface $builder, Poss... method configureOptions (line 58) | public function configureOptions(OptionsResolver $resolver) FILE: src/Seat/Infrastructure/Symfony4/Form/BasketType.php class BasketType (line 13) | class BasketType extends AbstractType method buildForm (line 15) | public function buildForm(FormBuilderInterface $builder, array $options) method configureOptions (line 34) | public function configureOptions(OptionsResolver $resolver) FILE: src/Seat/Infrastructure/Symfony4/Form/FormHelper.php class FormHelper (line 8) | class FormHelper method __construct (line 12) | public function __construct(FormFactoryInterface $formFactory) method getFormData (line 17) | public function getFormData(Request $request, string $typeClass, $opti... FILE: src/Seat/Infrastructure/Symfony4/Form/RegisterType.php class RegisterType (line 14) | class RegisterType extends AbstractType method buildForm (line 16) | public function buildForm(FormBuilderInterface $builder, array $options) method configureOptions (line 39) | public function configureOptions(OptionsResolver $resolver) FILE: src/Seat/Infrastructure/Symfony4/Form/UpdateClientType.php class UpdateClientType (line 11) | class UpdateClientType extends AbstractType method buildForm (line 13) | public function buildForm(FormBuilderInterface $builder, array $options) method configureOptions (line 23) | public function configureOptions(OptionsResolver $resolver) FILE: src/Seat/Infrastructure/Symfony4/Kernel.php class Kernel (line 22) | class Kernel extends BaseKernel method getCacheDir (line 27) | public function getCacheDir() method getLogDir (line 32) | public function getLogDir() method registerBundles (line 37) | public function registerBundles() method build (line 47) | protected function build(ContainerBuilder $container) method configureContainer (line 53) | protected function configureContainer(ContainerBuilder $container, Loa... method configureRoutes (line 64) | protected function configureRoutes(RouteCollectionBuilder $routes) FILE: src/Seat/Infrastructure/Symfony4/ParamConverter/FormToNullableRequestConverter.php class FormToNullableRequestConverter (line 10) | class FormToNullableRequestConverter implements ParamConverterInterface method __construct (line 14) | public function __construct(FormHelper $formHelper) method apply (line 26) | public function apply(Request $request, ParamConverter $configuration) method supports (line 40) | public function supports(ParamConverter $configuration) FILE: src/Seat/Infrastructure/Symfony4/ParamConverter/FormToRequestConverter.php class FormToRequestConverter (line 10) | class FormToRequestConverter implements ParamConverterInterface method __construct (line 14) | public function __construct(FormHelper $formHelper) method apply (line 26) | public function apply(Request $request, ParamConverter $configuration) method supports (line 43) | public function supports(ParamConverter $configuration) FILE: src/Seat/Infrastructure/Symfony4/Security/Service/ClientUserProvider.php class ClientUserProvider (line 12) | class ClientUserProvider implements UserProviderInterface method __construct (line 16) | public function __construct(ClientRepository $clientRepository) method loadUserByUsername (line 33) | public function loadUserByUsername($username) method refreshUser (line 43) | public function refreshUser(UserInterface $user) method supportsClass (line 60) | public function supportsClass($class) FILE: src/Seat/Infrastructure/Symfony4/Security/Service/FormAuthenticator.php class FormAuthenticator (line 23) | class FormAuthenticator extends AbstractGuardAuthenticator implements Lo... method __construct (line 34) | public function __construct(RouterInterface $router, UserPasswordEncod... method getCredentials (line 44) | public function getCredentials(Request $request) method getUser (line 55) | public function getUser($credentials, UserProviderInterface $userProvi... method checkCredentials (line 70) | public function checkCredentials($credentials, UserInterface $user) method onAuthenticationSuccess (line 79) | public function onAuthenticationSuccess(Request $request, TokenInterfa... method onAuthenticationFailure (line 87) | public function onAuthenticationFailure(Request $request, Authenticati... method start (line 99) | public function start(Request $request, AuthenticationException $authE... method supportsRememberMe (line 107) | public function supportsRememberMe() method getEmail (line 112) | private function getEmail(Request $request): string method supports (line 126) | public function supports(Request $request) method present (line 131) | public function present(LoginResponse $response) FILE: src/Seat/Infrastructure/Symfony4/Security/User.php class User (line 9) | class User implements UserInterface method __construct (line 14) | public function __construct(Client $client) method getRoles (line 34) | public function getRoles() method getPassword (line 56) | public function getPassword() method getSalt (line 68) | public function getSalt() method getUsername (line 78) | public function getUsername() method eraseCredentials (line 89) | public function eraseCredentials() method getId (line 93) | public function getId() method fullName (line 98) | public function fullName() FILE: src/Seat/Infrastructure/Symfony4/Twig/ContentExtension.php class ContentExtension (line 10) | class ContentExtension extends AbstractExtension method __construct (line 21) | public function __construct(EntityManagerInterface $entityManager, Log... method getFilters (line 30) | public function getFilters() method getContent (line 42) | public function getContent($slug) method getName (line 67) | public function getName() FILE: src/Seat/Infrastructure/Symfony4/Twig/DownloadExtension.php class DownloadExtension (line 11) | class DownloadExtension extends AbstractExtension method __construct (line 20) | public function __construct(EntityManagerInterface $entityManager, Env... method getFilters (line 30) | public function getFilters() method getDownload (line 37) | public function getDownload($slug) method getName (line 60) | public function getName() FILE: src/Seat/Infrastructure/Symfony4/View/AddProductToBasketView.php class AddProductToBasketView (line 10) | class AddProductToBasketView method __construct (line 15) | public function __construct(RouterInterface $router, Session $session) method generateView (line 21) | public function generateView(AddProductToBasketHtmlViewModel $viewModel) FILE: src/Seat/Infrastructure/Symfony4/View/ConfirmBasketView.php class ConfirmBasketView (line 12) | class ConfirmBasketView method __construct (line 18) | public function __construct(Environment $twig, Session $session, Route... method generateView (line 26) | public function generateView(ConfirmBasketHtmlViewModel $viewModel) FILE: src/Seat/Infrastructure/Symfony4/View/GetMenuView.php class GetMenuView (line 14) | class GetMenuView method __construct (line 21) | public function __construct( method generateView (line 34) | public function generateView(GetMenuHtmlViewModel $viewModel, string $... FILE: src/Seat/Infrastructure/Symfony4/View/RegisterView.php class RegisterView (line 14) | class RegisterView method __construct (line 20) | public function __construct(Environment $twig, FormFactoryInterface $f... method generateView (line 30) | public function generateView(RegisterRequest $registerRequest, Registe... FILE: src/Seat/Infrastructure/Symfony4/View/RemoveFromBasketView.php class RemoveFromBasketView (line 9) | class RemoveFromBasketView method __construct (line 13) | public function __construct(RouterInterface $router) method generateView (line 18) | public function generateView(?string $redirect, RemoveFromBasketHtmlVi... FILE: src/Seat/Infrastructure/Symfony4/View/ShowBasketView.php class ShowBasketView (line 15) | class ShowBasketView method __construct (line 23) | public function __construct(Environment $twig, FormFactoryInterface $f... method generateView (line 32) | public function generateView(ShowBasketHtmlViewModel $viewModel) FILE: src/Seat/Infrastructure/Symfony4/View/UpdateClientView.php class UpdateClientView (line 18) | class UpdateClientView method __construct (line 25) | public function __construct(Environment $twig, FormFactoryInterface $f... method generateViewAfterPost (line 33) | public function generateViewAfterPost(UpdateClientRequest $request, Up... method generateViewBeforePost (line 48) | public function generateViewBeforePost(GetClientHtmlViewModel $viewModel) method generateForm (line 53) | private function generateForm(EditableClient $editableClient): FormInt... method generateView (line 59) | private function generateView(EditableClient $editableClient, $errors ... FILE: src/Seat/Presentation/Basket/AddProductToBasketHtmlPresenter.php class AddProductToBasketHtmlPresenter (line 8) | class AddProductToBasketHtmlPresenter implements AddProductToBasketPrese... method present (line 12) | public function present(AddProductToBasketResponse $response): void method viewModel (line 20) | public function viewModel(): AddProductToBasketHtmlViewModel FILE: src/Seat/Presentation/Basket/AddProductToBasketHtmlViewModel.php class AddProductToBasketHtmlViewModel (line 5) | class AddProductToBasketHtmlViewModel method addNotification (line 9) | public function addNotification(string $type, string $message) FILE: src/Seat/Presentation/Basket/Model/BasketViewModel.php class BasketViewModel (line 9) | class BasketViewModel method __construct (line 15) | public function __construct($totalPrice, $checkSum, $products) method fromBasket (line 22) | public static function fromBasket(Basket $basket) method count (line 50) | public function count() method totalPrice (line 55) | public function totalPrice() FILE: src/Seat/Presentation/Basket/RemoveFromBasketHtmlPresenter.php class RemoveFromBasketHtmlPresenter (line 8) | class RemoveFromBasketHtmlPresenter implements RemoveFromBasketPresenter method present (line 12) | public function present(RemoveFromBasketResponse $response): void method viewModel (line 17) | public function viewModel(): RemoveFromBasketHtmlViewModel FILE: src/Seat/Presentation/Basket/RemoveFromBasketHtmlViewModel.php class RemoveFromBasketHtmlViewModel (line 5) | class RemoveFromBasketHtmlViewModel FILE: src/Seat/Presentation/Basket/ShowBasketHtmlPresenter.php class ShowBasketHtmlPresenter (line 9) | class ShowBasketHtmlPresenter implements ShowBasketPresenter method present (line 14) | public function present(ShowBasketResponse $response): void method viewModel (line 24) | public function viewModel(): ShowBasketHtmlViewModel FILE: src/Seat/Presentation/Basket/ShowBasketHtmlViewModel.php class ShowBasketHtmlViewModel (line 7) | class ShowBasketHtmlViewModel FILE: src/Seat/Presentation/Client/EditableClient.php class EditableClient (line 5) | class EditableClient FILE: src/Seat/Presentation/Client/GetClientHtmlPresenter.php class GetClientHtmlPresenter (line 8) | class GetClientHtmlPresenter implements GetClientPresenter method present (line 12) | public function present(GetClientResponse $response): void method viewModel (line 23) | public function viewModel() FILE: src/Seat/Presentation/Client/GetClientHtmlViewModel.php class GetClientHtmlViewModel (line 5) | class GetClientHtmlViewModel method editableClient (line 9) | public function editableClient(): EditableClient method makeEditableClient (line 14) | public function makeEditableClient(string $firstName, string $lastName... FILE: src/Seat/Presentation/Client/RegisterHtmlPresenter.php class RegisterHtmlPresenter (line 8) | class RegisterHtmlPresenter implements RegisterPresenter method __construct (line 12) | public function __construct() method present (line 16) | public function present(RegisterResponse $response): void method viewModel (line 26) | public function viewModel() FILE: src/Seat/Presentation/Client/RegisterHtmlViewModel.php class RegisterHtmlViewModel (line 5) | class RegisterHtmlViewModel FILE: src/Seat/Presentation/Client/UpdateClientHtmlPresenter.php class UpdateClientHtmlPresenter (line 8) | class UpdateClientHtmlPresenter implements UpdateClientPresenter method __construct (line 12) | public function __construct() method present (line 17) | public function present(UpdateClientResponse $response) method viewModel (line 36) | public function viewModel() FILE: src/Seat/Presentation/Client/UpdateClientHtmlViewModel.php class UpdateClientHtmlViewModel (line 5) | class UpdateClientHtmlViewModel method displayNotification (line 14) | public function displayNotification(string $type, string $message) FILE: src/Seat/Presentation/Menu/GetMenuHtmlPresenter.php class GetMenuHtmlPresenter (line 9) | class GetMenuHtmlPresenter implements GetMenuPresenter method present (line 13) | public function present(GetMenuResponse $response): void method viewModel (line 19) | public function viewModel(): GetMenuHtmlViewModel FILE: src/Seat/Presentation/Menu/GetMenuHtmlViewModel.php class GetMenuHtmlViewModel (line 7) | class GetMenuHtmlViewModel FILE: src/Seat/Presentation/Menu/Model/MenuViewModel.php class MenuViewModel (line 10) | class MenuViewModel method fromMenuLines (line 15) | public static function fromMenuLines(array $menuLines) method __construct (line 56) | public function __construct(array $categories) method categories (line 61) | public function categories(): array method json (line 66) | public function json() FILE: src/Seat/Presentation/Order/ConfirmBasketHtmlPresenter.php class ConfirmBasketHtmlPresenter (line 8) | class ConfirmBasketHtmlPresenter implements ConfirmBasketPresenter method present (line 12) | public function present(ConfirmBasketResponse $response): void method viewModel (line 22) | public function viewModel(): ConfirmBasketHtmlViewModel FILE: src/Seat/Presentation/Order/ConfirmBasketHtmlViewModel.php class ConfirmBasketHtmlViewModel (line 5) | class ConfirmBasketHtmlViewModel FILE: src/Seat/SharedKernel/Error/Error.php class Error (line 5) | class Error method __construct (line 10) | public function __construct(string $fieldName, string $message) method __toString (line 16) | public function __toString() method fieldName (line 21) | public function fieldName(): string method message (line 26) | public function message(): string FILE: src/Seat/SharedKernel/Error/Notification.php class Notification (line 5) | class Notification method addError (line 9) | public function addError(string $fieldName, string $error) method getErrors (line 19) | public function getErrors(): array method hasError (line 24) | public function hasError() FILE: src/Seat/SharedKernel/Model/TimeRange.php class TimeRange (line 8) | class TimeRange method __construct (line 13) | public function __construct(string $from, string $to) method getRoundedStep (line 19) | public function getRoundedStep(int $minuteStep) method delayFromDate (line 35) | public function delayFromDate(DateTimeImmutable $delay, ?int $minuteSt... method from (line 58) | public function from(): string method to (line 63) | public function to(): string FILE: src/Seat/SharedKernel/Service/Base64PasswordHasher.php class Base64PasswordHasher (line 5) | class Base64PasswordHasher implements PasswordHasher method hash (line 7) | public function hash(string $password): string method isPasswordValid (line 12) | public function isPasswordValid(string $hashedPassword, string $passwo... FILE: src/Seat/SharedKernel/Service/Clock.php class Clock (line 5) | class Clock method now (line 7) | public function now() FILE: src/Seat/SharedKernel/Service/IdGenerator.php class IdGenerator (line 7) | class IdGenerator method next (line 9) | public function next() FILE: src/Seat/SharedKernel/Service/NativePasswordHasher.php class NativePasswordHasher (line 5) | class NativePasswordHasher implements PasswordHasher method hash (line 7) | public function hash(string $password): string method isPasswordValid (line 12) | public function isPasswordValid(string $hashedPassword, string $passwo... FILE: src/Seat/SharedKernel/Service/PasswordHasher.php type PasswordHasher (line 6) | interface PasswordHasher method hash (line 8) | public function hash(string $password): string; method isPasswordValid (line 10) | public function isPasswordValid(string $hashedPassword, string $passwo... FILE: tests/unit/Seat/Domain/Basket/Entity/ProductBuilder.php class ProductBuilder (line 7) | class ProductBuilder method aProduct (line 15) | public static function aProduct() method id (line 20) | public function id(string $id) method name (line 27) | public function name(string $name) method description (line 34) | public function description(string $description) method price (line 41) | public function price(float $price) method categoryId (line 48) | public function categoryId(string $categoryId) method build (line 55) | public function build() FILE: tests/unit/Seat/Domain/Basket/Service/OrderTypeCheckerTest.php class OrderTypeCheckerTest (line 15) | class OrderTypeCheckerTest extends TestCase method setUp (line 28) | protected function setUp() method nowIs (line 41) | private function nowIs(string $hourMinuteSecond) method test_order_delivery_must_be_before_the_company_max_order_time (line 50) | public function test_order_delivery_must_be_before_the_company_max_ord... method test_take_away_must_be_ordered_before_11h10 (line 59) | public function test_take_away_must_be_ordered_before_11h10() method test_take_away_is_possible_until_14h (line 68) | public function test_take_away_is_possible_until_14h() method test_a_user_without_a_company_can_not_choose_delivery (line 79) | public function test_a_user_without_a_company_can_not_choose_delivery() method test_impossible_to_delivery_on_a_company_that_does_not_accept_delivery (line 88) | public function test_impossible_to_delivery_on_a_company_that_does_not... method test_take_away_can_not_be_ordered_after_11h10 (line 97) | public function test_take_away_can_not_be_ordered_after_11h10() method test_impossible_to_order_a_delivery_after_the_company_max_order_time (line 106) | public function test_impossible_to_order_a_delivery_after_the_company_... method test_impossible_to_order_a_take_away_for_14h (line 115) | public function test_impossible_to_order_a_take_away_for_14h() method test_a_daliverable_company_can_not_take_out (line 124) | public function test_a_daliverable_company_can_not_take_out() method test_an_unknown_client_has_no_delivery (line 134) | public function test_an_unknown_client_has_no_delivery() FILE: tests/unit/Seat/Domain/Basket/UseCase/AddProductToBasket/AddProductToBasketTest.php class AddProductToBasketTest (line 21) | class AddProductToBasketTest extends TestCase implements AddProductToBas... method setUp (line 38) | protected function setUp() method present (line 68) | public function present(AddProductToBasketResponse $response): void method test_it_adds_a_product_in_the_basket (line 73) | public function test_it_adds_a_product_in_the_basket() method test_it_calculate_the_total_price (line 84) | public function test_it_calculate_the_total_price() method test_impossible_to_add_a_non_existing_product (line 97) | public function test_impossible_to_add_a_non_existing_product() method test_can_add_a_product_with_an_option_to_the_basket (line 108) | public function test_can_add_a_product_with_an_option_to_the_basket() method test_throws_a_error_when_the_option_does_not_exist (line 118) | public function test_throws_a_error_when_the_option_does_not_exist() method test_throws_a_error_when_the_option_is_not_linked_to_the_category_of_the_product (line 129) | public function test_throws_a_error_when_the_option_is_not_linked_to_t... method test_can_add_supplements_on_product (line 139) | public function test_can_add_supplements_on_product() method test_throws_an_error_when_a_supplement_is_unknown (line 151) | public function test_throws_an_error_when_a_supplement_is_unknown() method test_throws_an_error_when_a_supplement_is_not_linked_to_the_category_of_the_product (line 162) | public function test_throws_an_error_when_a_supplement_is_not_linked_t... method test_it_is_possible_to_add_a_comment (line 177) | public function test_it_is_possible_to_add_a_comment() method test_it_is_possible_to_add_a_quantity (line 189) | public function test_it_is_possible_to_add_a_quantity() FILE: tests/unit/Seat/Domain/Basket/UseCase/RemoveFromBasket/RemoveFromBasketTest.php class RemoveFromBasketTest (line 13) | class RemoveFromBasketTest extends TestCase implements RemoveFromBasketP... method test_it_deletes_a_line_from_the_basket (line 21) | public function test_it_deletes_a_line_from_the_basket() method present (line 35) | public function present(RemoveFromBasketResponse $response): void FILE: tests/unit/Seat/Domain/Client/Entity/ClientBuilder.php class ClientBuilder (line 9) | class ClientBuilder method withFirstName (line 22) | public function withFirstName($firstName) method withLastName (line 29) | public function withLastName($lastName) method withPhoneNumber (line 36) | public function withPhoneNumber($phoneNumber) method withId (line 43) | public function withId($id) method withEmail (line 50) | public function withEmail($email) method withPassword (line 57) | public function withPassword($password) method withStore (line 64) | public function withStore(string $store) method withCompanyId (line 71) | public function withCompanyId(string $companyId) method withRole (line 78) | public function withRole(string $role) method withDisabled (line 85) | public function withDisabled() method build (line 92) | public function build() method aClient (line 110) | public static function aClient() FILE: tests/unit/Seat/Domain/Client/Entity/CompanyBuilder.php class CompanyBuilder (line 9) | class CompanyBuilder method name (line 19) | public function name($name) method invoiced (line 26) | public function invoiced() method store (line 33) | public function store($store) method deliverable (line 40) | public function deliverable($maxOrderTimeForDelivery) method build (line 47) | public function build() method aCompany (line 55) | public static function aCompany() method disabled (line 60) | public function disabled() FILE: tests/unit/Seat/Domain/Client/UseCase/GetClient/GetClientTest.php class GetClientTest (line 13) | class GetClientTest extends TestCase implements GetClientPresenter method setUp (line 22) | protected function setUp() method present (line 30) | public function present(GetClientResponse $response): void method test_it_returns_a_client (line 35) | public function test_it_returns_a_client() method test_it_returns_no_client_when_he_does_not_exist (line 43) | public function test_it_returns_no_client_when_he_does_not_exist() FILE: tests/unit/Seat/Domain/Client/UseCase/Login/LoginTest.php class LoginTest (line 17) | class LoginTest extends TestCase implements LoginPresenter method setUp (line 30) | protected function setUp() method present (line 40) | public function present(LoginResponse $response) method test_it_saves_the_logged_client_in_the_response (line 45) | public function test_it_saves_the_logged_client_in_the_response() method test_an_error_when_the_password_is_wrong (line 56) | public function test_an_error_when_the_password_is_wrong() method test_throws_an_error_when_user_does_not_exist (line 64) | public function test_throws_an_error_when_user_does_not_exist() method test_throws_an_error_when_the_user_is_disabled (line 70) | public function test_throws_an_error_when_the_user_is_disabled() method test_throws_an_error_when_his_company_is_disabled (line 80) | public function test_throws_an_error_when_his_company_is_disabled() FILE: tests/unit/Seat/Domain/Client/UseCase/Register/RegisterRequestBuilder.php class RegisterRequestBuilder (line 7) | class RegisterRequestBuilder extends RegisterRequest method aRequest (line 16) | public static function aRequest() method build (line 30) | public function build() method empty (line 45) | public function empty() method withIsPosted (line 58) | public function withIsPosted($isPosted) method withFirstName (line 65) | public function withFirstName($firstName) method withLastName (line 72) | public function withLastName($lastName) method withStore (line 79) | public function withStore($store) method withPassword (line 86) | public function withPassword($password) method withPhoneNumber (line 93) | public function withPhoneNumber($phoneNumber) method withEmail (line 100) | public function withEmail($email) method withCompanyName (line 107) | public function withCompanyName($companyName) FILE: tests/unit/Seat/Domain/Client/UseCase/Register/RegisterTest.php class RegisterTest (line 17) | class RegisterTest extends TestCase implements RegisterPresenter method present (line 27) | public function present(RegisterResponse $response): void method setUp (line 32) | protected function setUp() method test_saves_the_client_in_the_database_with_a_hashed_password (line 46) | public function test_saves_the_client_in_the_database_with_a_hashed_pa... method test_fails_when_email_already_exist (line 65) | public function test_fails_when_email_already_exist() method test_a_user_can_not_be_linked_to_an_missing_company (line 75) | public function test_a_user_can_not_be_linked_to_an_missing_company() method test_a_user_can_be_linked_to_an_existing_company (line 85) | public function test_a_user_can_be_linked_to_an_existing_company() method test_when_a_company_is_linked_the_user_inherits_from_its_store (line 111) | public function test_when_a_company_is_linked_the_user_inherits_from_i... method test_a_user_can_not_register_in_a_disabled_company (line 123) | public function test_a_user_can_not_register_in_a_disabled_company() method test_the_request_is_validated (line 135) | public function test_the_request_is_validated() method test_firstname_lastname_and_password_must_be_a_string (line 151) | public function test_firstname_lastname_and_password_must_be_a_string() method test_email_must_be_valid (line 169) | public function test_email_must_be_valid() method test_invalid_store_throws_an_error (line 178) | public function test_invalid_store_throws_an_error() method test_store_must_be_la_hulpe_or_waterloo (line 192) | public function test_store_must_be_la_hulpe_or_waterloo($store) method stores (line 199) | public function stores(): array FILE: tests/unit/Seat/Domain/Client/UseCase/UpdateClient/UpdateClientRequestBuilder.php class UpdateClientRequestBuilder (line 7) | class UpdateClientRequestBuilder extends UpdateClientRequest method aRequest (line 16) | public static function aRequest() method build (line 29) | public function build() method empty (line 42) | public function empty() method withClientId (line 54) | public function withClientId($clientId) method withPassword (line 61) | public function withPassword($password) method withFirstName (line 68) | public function withFirstName($firstName) method withLastName (line 75) | public function withLastName($lastName) method withEmail (line 82) | public function withEmail($email) method withPhoneNumber (line 89) | public function withPhoneNumber($phoneNumber) FILE: tests/unit/Seat/Domain/Client/UseCase/UpdateClient/UpdateClientTest.php class UpdateClientTest (line 16) | class UpdateClientTest extends TestCase implements UpdateClientPresenter method setUp (line 27) | protected function setUp() method present (line 36) | public function present(UpdateClientResponse $response) method test_it_updates_a_client (line 41) | public function test_it_updates_a_client() method test_it_fills_the_response (line 58) | public function test_it_fills_the_response() method test_it_checks_fields_validity (line 78) | public function test_it_checks_fields_validity() method test_it_checks_email_validity (line 96) | public function test_it_checks_email_validity() method test_it_may_not_update_the_password (line 110) | public function test_it_may_not_update_the_password() method test_it_hashes_the_password (line 126) | public function test_it_hashes_the_password() method test_it_fails_when_the_client_does_not_exist (line 143) | public function test_it_fails_when_the_client_does_not_exist() FILE: tests/unit/Seat/Domain/Menu/UseCase/GetMenu/GetMenuTest.php class GetMenuTest (line 18) | class GetMenuTest extends TestCase implements GetMenuPresenter method setUp (line 31) | protected function setUp() method present (line 51) | public function present(GetMenuResponse $response): void method test_it_returns_a_list_of_category (line 56) | public function test_it_returns_a_list_of_category() method test_the_list_may_contains_options (line 68) | public function test_the_list_may_contains_options() method test_the_list_may_contains_supplements (line 88) | public function test_the_list_may_contains_supplements() method test_the_list_may_contains_products (line 108) | public function test_the_list_may_contains_products() FILE: tests/unit/Seat/Domain/Order/UseCase/ConfirmBasket/ConfirmBasketRequestBuilder.php class ConfirmBasketRequestBuilder (line 9) | class ConfirmBasketRequestBuilder method aConfirmBasket (line 16) | public static function aConfirmBasket() method build (line 21) | public function build() method withUserId (line 32) | public function withUserId($userId) method withCheckSum (line 39) | public function withCheckSum($checkSum) method withOrderTypeName (line 46) | public function withOrderTypeName($orderTypeName) method withTakeAwayTime (line 53) | public function withTakeAwayTime($takeAwayTime) method forBasket (line 60) | public function forBasket(Basket $basket) method takeAwayAt (line 67) | public function takeAwayAt(string $takeAwayTime) method forClient (line 75) | public function forClient(Client $client) FILE: tests/unit/Seat/Domain/Order/UseCase/ConfirmBasket/ConfirmBasketTest.php class ConfirmBasketTest (line 22) | class ConfirmBasketTest extends TestCase implements ConfirmBasketPresenter method setUp (line 42) | protected function setUp() method present (line 73) | public function present(ConfirmBasketResponse $response): void method nowIs (line 78) | private function nowIs(string $hourMinute) method test_it_saves_take_away_into_a_command (line 85) | public function test_it_saves_take_away_into_a_command() method test_it_saves_delivery_into_a_command (line 105) | public function test_it_saves_delivery_into_a_command() method test_a_delivery_company_can_not_take_away (line 119) | public function test_a_delivery_company_can_not_take_away() method test_a_take_away_client_can_not_deliver (line 137) | public function test_a_take_away_client_can_not_deliver() method test_it_fails_when_the_given_check_sum_is_not_correct (line 154) | public function test_it_fails_when_the_given_check_sum_is_not_correct() method test_an_empty_basket_can_not_be_confirmed (line 167) | public function test_an_empty_basket_can_not_be_confirmed() method test_it_empties_the_basket (line 180) | public function test_it_empties_the_basket() method test_throws_an_error_when_the_client_is_unknown (line 195) | public function test_throws_an_error_when_the_client_is_unknown() method test_a_deliver_must_be_done_before_company_limit_time (line 208) | public function test_a_deliver_must_be_done_before_company_limit_time() method test_a_take_away_done_at_11h11_is_too_late (line 225) | public function test_a_take_away_done_at_11h11_is_too_late() method test_a_take_away_time_14h01_is_too_late (line 243) | public function test_a_take_away_time_14h01_is_too_late() method test_a_take_away_time_can_be_set_to_maximum_14h00 (line 261) | public function test_a_take_away_time_can_be_set_to_maximum_14h00() method test_it_notifies_when_the_type_is_unknown (line 276) | public function test_it_notifies_when_the_type_is_unknown() method test_a_null_client_is_considered_unknown (line 292) | public function test_a_null_client_is_considered_unknown() FILE: tests/unit/Seat/SharedKernel/Model/TimeRangeTest.php class TimeRangeTest (line 10) | class TimeRangeTest extends TestCase method test_returns_steps (line 13) | public function test_returns_steps() method test_from_can_be_delayed (line 20) | public function test_from_can_be_delayed() method test_from_can_be_delayed_and_rounded (line 29) | public function test_from_can_be_delayed_and_rounded() method test_can_not_delay_before_the_current_from_time (line 38) | public function test_can_not_delay_before_the_current_from_time() FILE: tests/unit/Seat/_Mock/Domain/Basket/Entity/InMemoryBasketRepository.php class InMemoryBasketRepository (line 9) | class InMemoryBasketRepository implements BasketRepository method __construct (line 14) | public function __construct() method addToBasket (line 18) | public function addToBasket(string $userId, BasketProduct $basketProduct) method getUserBasket (line 26) | public function getUserBasket(string $userId): Basket method emptyBasketFor (line 35) | public function emptyBasketFor(string $userId): void method delete (line 40) | public function delete(string $basketId, string $userId): void FILE: tests/unit/Seat/_Mock/Domain/Client/Entity/InMemoryClientRepository.php class InMemoryClientRepository (line 8) | class InMemoryClientRepository implements ClientRepository method addClient (line 15) | public function addClient(Client $client) method getRegisterClient (line 20) | public function getRegisterClient(string $email, string $password): ?C... method getClientByEmail (line 34) | public function getClientByEmail(string $email): ?Client method getClientById (line 48) | public function getClientById(string $id): ?Client method updateClient (line 62) | public function updateClient(Client $client): void FILE: tests/unit/Seat/_Mock/Domain/Client/Entity/InMemoryCompanyRepository.php class InMemoryCompanyRepository (line 8) | class InMemoryCompanyRepository implements CompanyRepository method getCompanyNamed (line 14) | public function getCompanyNamed(string $companyName): ?Company method addCompany (line 28) | public function addCompany(Company $company): void method getCompanyById (line 33) | public function getCompanyById(?string $companyId): ?Company FILE: tests/unit/Seat/_Mock/Domain/Menu/Entity/InMemoryCategoryRepository.php class InMemoryCategoryRepository (line 8) | class InMemoryCategoryRepository implements CategoryRepository method __construct (line 12) | public function __construct() method getCategories (line 19) | public function getCategories(): array method addCategory (line 24) | public function addCategory(Category $category) FILE: tests/unit/Seat/_Mock/Domain/Menu/Entity/InMemoryProductOptionRepository.php class InMemoryProductOptionRepository (line 8) | class InMemoryProductOptionRepository implements ProductOptionRepository method get (line 12) | public function get(string $productOptionId): ?ProductOption method add (line 17) | public function add(ProductOption $productOption): void method getByCategoryId (line 25) | public function getByCategoryId(string $categoryId): array FILE: tests/unit/Seat/_Mock/Domain/Menu/Entity/InMemoryProductRepository.php class InMemoryProductRepository (line 8) | class InMemoryProductRepository implements ProductRepository method __construct (line 14) | public function __construct() method add (line 18) | public function add(Product $product): void method get (line 23) | public function get(string $id): ?Product method getByCategoryId (line 31) | public function getByCategoryId(string $categoryId): array FILE: tests/unit/Seat/_Mock/Domain/Menu/Entity/InMemoryProductSupplementRepository.php class InMemoryProductSupplementRepository (line 8) | class InMemoryProductSupplementRepository implements ProductSupplementRe... method get (line 12) | public function get(string $supplementId): ?ProductSupplement method add (line 17) | public function add(ProductSupplement $supplement): void method getByCategoryId (line 25) | public function getByCategoryId(string $categoryId): array FILE: tests/unit/Seat/_Mock/Domain/Order/Entity/InMemoryCommandRepository.php class InMemoryCommandRepository (line 9) | class InMemoryCommandRepository implements CommandRepository method add (line 14) | public function add(Command $command): void method getTodayList (line 22) | public function getTodayList(): array FILE: tests/unit/Seat/_Mock/Seat/SharedKernel/Service/IdGeneratorMock.php class IdGeneratorMock (line 7) | class IdGeneratorMock extends IdGenerator method next (line 12) | public function next()