Oihana PHP System

SiteAdditionalProperty uses ConstantsTrait, Site

Enumeration of all additional properties related to a Site.

Tags
author

Marc Alcaraz (eKameleon)

since
1.3.0

Table of Contents

Constants

DELIVERY_METHOD  : string = 'deliveryMethod'
The main delivery method of the site.
IS_BILLING_ADDRESS  : string = "isBillingAddress"
Determines whether the address is a billing address.
IS_CONSTRUCTION_SITE  : string = "isConstructionSite"
Determines whether the place is a construction site.
IS_DEFAULT_ADDRESS  : string = "isDefaultAddress"
Determines whether the address is the default address.
IS_DELIVERY_ADDRESS  : string = "isDeliveryAddress"
Determines whether the address is a delivery address.
IS_SHIPPING_ADDRESS  : string = "isShippingAddress"
Determines whether the address is a shipping address.
OWNED_BY  : string = 'ownedBy'
Identifies the owner of the place.
POSITION  : string = 'position'
The position of an item in a series or sequence of items.

Methods

normalize()  : mixed
Normalize the value of the specific property.

Constants

DELIVERY_METHOD

The main delivery method of the site.

public string DELIVERY_METHOD = 'deliveryMethod'

IS_BILLING_ADDRESS

Determines whether the address is a billing address.

public string IS_BILLING_ADDRESS = "isBillingAddress"

IS_CONSTRUCTION_SITE

Determines whether the place is a construction site.

public string IS_CONSTRUCTION_SITE = "isConstructionSite"

IS_DEFAULT_ADDRESS

Determines whether the address is the default address.

public string IS_DEFAULT_ADDRESS = "isDefaultAddress"

IS_DELIVERY_ADDRESS

Determines whether the address is a delivery address.

public string IS_DELIVERY_ADDRESS = "isDeliveryAddress"

IS_SHIPPING_ADDRESS

Determines whether the address is a shipping address.

public string IS_SHIPPING_ADDRESS = "isShippingAddress"

OWNED_BY

Identifies the owner of the place.

public string OWNED_BY = 'ownedBy'

Typically refers to a Person or Organization that owns or manages the place.

POSITION

The position of an item in a series or sequence of items.

public string POSITION = 'position'

Methods

normalize()

Normalize the value of the specific property.

public static normalize(string $property, mixed $value) : mixed
Parameters
$property : string
$value : mixed
On this page

Search results