Overview

Namespaces

  • SpanishGuestReportGenerator
    • Util

Classes

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

Traits

  • FormatterTrait
  • SanitizerTrait

Exceptions

  • FactoryException
  • GuestReportException
  • Overview
  • Namespace
  • Class

      Class GuestFactory

      Guest Factory

      SpanishGuestReportGenerator\AbstractFactory
      Extended by SpanishGuestReportGenerator\GuestFactory
      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 GuestFactory.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\Guest'
      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

      # [ 'isSpanish', 'idNumber', 'docType', 'docIssueDate', 'lastName1', 'lastName2', 'firstName', 'gender', 'birthDate', 'countryName', 'arrivalDate', ]
      API documentation generated by ApiGen