TableSeparator
        
        extends TableCell
    
    
            
            in package
            
        
    
    
    
Marks a row as being a separator.
Tags
Table of Contents
Methods
- __construct() : mixed
 - __toString() : string
 - Returns the cell value.
 - getColspan() : int
 - Gets number of colspan.
 - getRowspan() : int
 - Gets number of rowspan.
 - getStyle() : TableCellStyle|null
 
Methods
__construct()
    public
                    __construct([array<string|int, mixed> $options = [] ]) : mixed
    Parameters
- $options : array<string|int, mixed> = []
 
__toString()
Returns the cell value.
    public
                    __toString() : string
    Return values
stringgetColspan()
Gets number of colspan.
    public
                    getColspan() : int
    Return values
intgetRowspan()
Gets number of rowspan.
    public
                    getRowspan() : int
    Return values
intgetStyle()
    public
                    getStyle() : TableCellStyle|null