phpDocumentor

CategoryFunctional extends Category

Class CategoryFunctional

Table of Contents

CATEGORY_NAME  = 'Functional'
ID  = 2
TRANSLATION_KEY_DESC  = 'label_cpc_category_02_desc'
TRANSLATION_KEY_TEXT  = 'label_cpc_category_02_text'
$description  : string
$id  : int
$locked  : bool
$name  : string
$storage  : CookieConsentPanelStorage
$value  : bool
create()  : CategoryInterface
description()  : string
id()  : int
jsonSerialize()  : mixed
locked()  : bool
name()  : string
value()  : bool
__construct()  : mixed
Category constructor.
storage()  : CookieConsentPanelStorage
translatedName()  : string

Constants

Properties

Methods

description()

public description() : string
Return values
string

id()

public id() : int
Tags
inheritDoc
Return values
int

jsonSerialize()

public jsonSerialize() : mixed
Tags
inheritDoc
Return values
mixed

name()

public name() : string
Tags
inheritDoc
Return values
string

__construct()

Category constructor.

protected __construct(int $id, string $name[, string $description = '' ][, bool $value = false ][, bool $locked = false ]) : mixed
Parameters
$id : int
$name : string
$description : string = ''
$value : bool = false
$locked : bool = false
Return values
mixed

Search results