| Total Complexity | 3 |
| Total Lines | 49 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | class Block |
||
| 14 | { |
||
| 15 | protected $path; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * Constructor. |
||
| 19 | */ |
||
| 20 | public function __construct() |
||
| 22 | } |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @return string |
||
| 26 | */ |
||
| 27 | public function getDeleteLink(): string |
||
| 40 | } |
||
| 41 | |||
| 42 | /** |
||
| 43 | * @param string $title |
||
| 44 | * @param string $content |
||
| 45 | * |
||
| 46 | * @return string |
||
| 47 | */ |
||
| 48 | public function getBlockCard($title, $content): string |
||
| 64 |