suivi/src/Security/EncryptedEntityInterface.php

14 lines
217 B
PHP

<?php
namespace App\Security;
/**
* Interface EncryptedEntityInterface.
*
* @author Simon Vieille <simon@deblan.fr>
*/
interface EncryptedEntityInterface
{
public function getEncryptedProperties(): array;
}