Files
ops-Gazelle/app/Intf/CollageEntry.php

9 lines
150 B
PHP

<?php
namespace Gazelle\Intf;
interface CollageEntry {
// objects that implement this can be added to collages
public function id(): int;
}