| Total Complexity | 4 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class TableRow extends ATemplate |
||
| 11 | { |
||
| 12 | use TAppend; |
||
| 13 | use TFile; |
||
| 14 | |||
| 15 | protected function templatePath(): string |
||
| 18 | } |
||
| 19 | |||
| 20 | protected function fillInputs(): void |
||
| 21 | { |
||
| 22 | $this->addInput('{ROW_STYLE}'); |
||
| 23 | $this->addInput('{ROW_CONTENT}'); |
||
| 24 | } |
||
| 25 | |||
| 26 | public function addCell(string $cellContent): self |
||
| 30 | } |
||
| 31 | |||
| 32 | public function setData(string $rowStyle = ''): self |
||
| 39 |