FacturaScripts

ProductType
in package

This class centralizes all types of products.

Table of Contents

Constants

LOCAL_BUSINESS_RENTAL  = 'Arrendamiento local negocio'
NORMAL  = 'Normal'
SECOND_HAND  = 'Segunda mano'
SERVICE  = 'Servicio'
TRAVEL  = 'Viaje'

Properties

$all  : array<string|int, mixed>

Methods

add()  : void
all()  : array<string|int, mixed>

Constants

LOCAL_BUSINESS_RENTAL

public mixed LOCAL_BUSINESS_RENTAL = 'Arrendamiento local negocio'

SECOND_HAND

public mixed SECOND_HAND = 'Segunda mano'

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>
Return values
array<string|int, mixed>

        
On this page

Search results