Documentation

JcTable extends AbstractEnum
in package

FinalYes

Table Alignment Type.

Introduced in ISO/IEC-29500:2008.

Tags
since
0.13.0

Table of Contents

Constants

CENTER  = 'center'
END  = 'end'
START  = 'start'

Properties

$constCacheArray  : mixed

Methods

isValid()  : bool
Returns true the value is valid for this enum.
validate()  : void
Validates that the value passed is a valid value.
values()  : array<string|int, mixed>
Returns all values for this enum.
getConstants()  : mixed

Constants

CENTER

public mixed CENTER = 'center'

Properties

Methods

isValid()

Returns true the value is valid for this enum.

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

true if value is valid

validate()

Validates that the value passed is a valid value.

public static validate(string $value) : void
Parameters
$value : string

values()

Returns all values for this enum.

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

        
On this page

Search results