Overview

Namespaces

  • SpanishGuestReportGenerator
    • Util

Classes

  • AbstractFactory
  • Guest
  • GuestFactory
  • GuestReport
  • Hotel
  • HotelFactory

Traits

  • FormatterTrait
  • SanitizerTrait

Exceptions

  • FactoryException
  • GuestReportException
  • Overview
  • Namespace
  • Class

      Class HotelFactory

      Guest Factory

      SpanishGuestReportGenerator\AbstractFactory
      Extended by SpanishGuestReportGenerator\HotelFactory
      Namespace: SpanishGuestReportGenerator
      Package: Spanish
      Copyright: 2021 Javier Zapata javierzapata82@gmail.com
      License: The MIT License
      Author: Javier Zapata javierzapata82@gmail.com
      Link: https://github.com/bahiazul/spanish-guest-report-generator
      Located at HotelFactory.php
      Methods inherited from SpanishGuestReportGenerator\AbstractFactory
      build(), buildMultiple()
      Properties summary
      protected string $className

      Name of the class to be built

      Name of the class to be built

      # '\SpanishGuestReportGenerator\Hotel'
      protected array $argsOrder

      List of sorted constructor arguments for the class to be built

      List of sorted constructor arguments for the class to be built

      # [ 'hotelCode', 'hotelName', 'reportDateTime', 'guests', ]
      API documentation generated by ApiGen