- author Abdellatif Ait boudad
CloneableInstantiable
- Children
- Implements
Stringable
Methods |
public __construct(string $value = '', array $options = []) |
public __toString() : string Returns the cell value. |
public getColspan() : int Gets number of colspan. |
public getRowspan() : int Gets number of rowspan. |
public getStyle() : ?Symfony |
Properties |
private array $options = ['rowspan' => 1, 'colspan' => 1, 'style' => NULL] |
private string $value |