diff options
| author | winter | 2024-12-31 16:25:22 +0000 |
|---|---|---|
| committer | winter | 2024-12-31 16:25:22 +0000 |
| commit | 982e6213622bcb78a40d17f54cda27225a1d84b3 (patch) | |
| tree | 0a81d8fc183238dca959a4ab848c9cd1d241ef27 /Digitigrade/TimelineIncludeable.php | |
| parent | ad554b48e7dc355d9b33eede98f4e3e829fd867e (diff) | |
rework timelines. inclusion reasons supported now
Diffstat (limited to 'Digitigrade/TimelineIncludeable.php')
| -rw-r--r-- | Digitigrade/TimelineIncludeable.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Digitigrade/TimelineIncludeable.php b/Digitigrade/TimelineIncludeable.php new file mode 100644 index 0000000..44433b4 --- /dev/null +++ b/Digitigrade/TimelineIncludeable.php @@ -0,0 +1,6 @@ +<?php +namespace Digitigrade; + +interface TimelineIncludeable { + public function renderAsHtml(); +}
\ No newline at end of file |
