Oihana PHP System

ContactPointTrait

Table of Contents

Properties

$areaServed  : null|string|Place|GeoShape
The geographic area where a service or offered item is provided.
$availableLanguage  : array<string|int, mixed>|string|null
A language someone may use with or at the item, service or place.
$contactOption  : mixed
An option available on this contact point (e.g. a toll-free number or support for hearing-impaired callers).
$contactType  : string|null
A person or organization can have different contact points, for different purposes.
$email  : null|string|array<string|int, mixed>
The email address.
$faxNumber  : null|string|array<string|int, mixed>
The fax number.
$hoursAvailable  : array<string|int, mixed>|null
The hours during which this service or contact is available.
$productSupported  : string|null
The product or service this support contact point is related to (such as product support for a particular product line).
$telephone  : null|string|array<string|int, mixed>
The telephone number.

Properties

$availableLanguage

A language someone may use with or at the item, service or place.

public array<string|int, mixed>|string|null $availableLanguage

Please use one of the language codes from the IETF BCP 47 standard.

$contactOption

An option available on this contact point (e.g. a toll-free number or support for hearing-impaired callers).

public mixed $contactOption

$contactType

A person or organization can have different contact points, for different purposes.

public string|null $contactType

For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point.

$email

The email address.

public null|string|array<string|int, mixed> $email

$faxNumber

The fax number.

public null|string|array<string|int, mixed> $faxNumber

$hoursAvailable

The hours during which this service or contact is available.

public array<string|int, mixed>|null $hoursAvailable

$productSupported

The product or service this support contact point is related to (such as product support for a particular product line).

public string|null $productSupported

$telephone

The telephone number.

public null|string|array<string|int, mixed> $telephone

        
On this page

Search results