WebVIEP Plugin

BoothItemStatus
in package

FinalYes

Enumeration of booth item visibility/status states.

Table of Contents

Constants

ARCHIVED  = 'archived'
DRAFT  = 'draft'
HIDDEN  = 'hidden'
VISIBLE  = 'visible'

Methods

all()  : array<string|int, string>
Return all allowed status values.
isArchived()  : bool
Whether the given status is archived.
isValid()  : bool
isVisible()  : bool
Whether the given status is visible.

Constants

Methods

all()

Return all allowed status values.

public static all() : array<string|int, string>
Return values
array<string|int, string>

isArchived()

Whether the given status is archived.

public static isArchived(string $status) : bool
Parameters
$status : string
Return values
bool

isValid()

public static isValid(string $status) : bool
Parameters
$status : string
Return values
bool

isVisible()

Whether the given status is visible.

public static isVisible(string $status) : bool
Parameters
$status : string
Return values
bool

        
On this page

Search results