Table
    
            
            in package
            
        
    
            
            implements
                            ComponentInterface                    
    
    
Table of Contents
Interfaces
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
stringcreate()
    public
            static        create(array<string|int, mixed> $table) : Table
    Parameters
- $table : array<string|int, mixed>
 
Return values
Tableempty()
    public
                    empty() : bool