FacturaScripts

ProductType
in package

This class centralizes all types of products.

Tags

Daniel Fernández Giménez [email protected]

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

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