Files

7 lines
85 B
PHP

<?php
interface IEncryption {
public function getEncryptedColumns(): array;
}