Documentation

Table
in package
implements ComponentInterface

Table of Contents

Interfaces

ComponentInterface

Properties

$table  : string

Methods

__construct()  : mixed
__toString()  : string
create()  : Table
empty()  : bool

Properties

$table

private string $table = ''

Methods

__construct()

public __construct(array<string|int, mixed> $table) : mixed
Parameters
$table : array<string|int, mixed>

__toString()

public __toString() : string
Return values
string

create()

public static create(array<string|int, mixed> $table) : Table
Parameters
$table : array<string|int, mixed>
Return values
Table

empty()

public empty() : bool
Return values
bool

        
On this page

Search results