Documentation

TravelerDocuments
in package
implements ResourceInterface

Sub-resource in TravelerElement

Tags
see
TravelerElement::getDocuments()

Interfaces, Classes, Traits and Enums

ResourceInterface

Table of Contents

$birthCountry  : string|null
$birthPlace  : string|null
$documentType  : string|null
$expiryDate  : string|null
$holder  : bool|null
$issuanceCountry  : string|null
$issuanceDate  : string|null
$issuanceLocation  : string|null
$nationality  : string|null
$number  : string|null
$validityCountry  : string|null
__set()  : void
__toString()  : string
getBirthCountry()  : string|null
getBirthPlace()  : string|null
getDocumentType()  : string|null
getExpiryDate()  : string|null
getHolder()  : bool|null
getIssuanceCountry()  : string|null
getIssuanceDate()  : string|null
getIssuanceLocation()  : string|null
getNationality()  : string|null
getNumber()  : string|null
getValidityCountry()  : string|null

Properties

Methods

__set()

public __set(mixed $name, mixed $value) : void
Parameters
$name : mixed
$value : mixed
Return values
void

getBirthCountry()

public getBirthCountry() : string|null
Return values
string|null

getBirthPlace()

public getBirthPlace() : string|null
Return values
string|null

getDocumentType()

public getDocumentType() : string|null
Return values
string|null

getExpiryDate()

public getExpiryDate() : string|null
Return values
string|null

getIssuanceCountry()

public getIssuanceCountry() : string|null
Return values
string|null

getIssuanceDate()

public getIssuanceDate() : string|null
Return values
string|null

getIssuanceLocation()

public getIssuanceLocation() : string|null
Return values
string|null

getNationality()

public getNationality() : string|null
Return values
string|null

getValidityCountry()

public getValidityCountry() : string|null
Return values
string|null

Search results