phpDocumentor

WidgetCategory

Class representing a widget category.

Table of Contents

CUSTOMERS  = "customers"
Customers category name.
ORDERS  = "orders"
Orders category name.
SYSTEM  = "system"
System category name.
VALID_VALUES  = [self::CUSTOMERS, self::ORDERS, self::SYSTEM]
Valid categories.
$value  : string
Value.
create()  : WidgetCategory
Create instance.
value()  : string
Return value.
__construct()  : mixed
Constructor.

Constants

CUSTOMERS

Customers category name.

public mixed CUSTOMERS = "customers"

VALID_VALUES

Valid categories.

private mixed VALID_VALUES = [self::CUSTOMERS, self::ORDERS, self::SYSTEM]

Properties

Methods

value()

Return value.

public value() : string
Return values
string

Value.

__construct()

Constructor.

private __construct(string $value) : mixed
Parameters
$value : string

Value.

Return values
mixed

Search results