ProductType
in package
This class centralizes all types of products.
Tags
Table of Contents
Constants
- LOCAL_BUSINESS_RENTAL : mixed = 'Arrendamiento local negocio'
- NORMAL : mixed = 'Normal'
- SECOND_HAND : mixed = 'Segunda mano'
- SERVICE : mixed = 'Servicio'
- TRAVEL : mixed = 'Viaje'
Properties
- $all : array<string|int, mixed>
Methods
Constants
LOCAL_BUSINESS_RENTAL
public
mixed
LOCAL_BUSINESS_RENTAL
= 'Arrendamiento local negocio'
NORMAL
public
mixed
NORMAL
= 'Normal'
SECOND_HAND
public
mixed
SECOND_HAND
= 'Segunda mano'
SERVICE
public
mixed
SERVICE
= 'Servicio'
TRAVEL
public
mixed
TRAVEL
= 'Viaje'
Properties
$all
private
static array<string|int, mixed>
$all
= []
Methods
add()
public
static add(string $key, string $value) : void
Parameters
- $key : string
- $value : string
all()
public
static all() : array<string|int, mixed>