openvk/Web/Models/Entities/ILinkable.php

7 lines
136 B
PHP
Raw Permalink Normal View History

2021-12-13 14:17:13 +03:00
<?php declare(strict_types=1);
namespace openvk\Web\Models\Entities;
interface ILinkable {
public function getOVKLink(): string;
}