Files
Laurent Destailleur 578a1ef568 Clean files
2026-01-07 19:01:54 +01:00

11 lines
207 B
PHP

<?php
/**
* Interface iAuthenticate only exists for compatibility mode for Restler 2 and below, it should
* not be used otherwise.
*/
interface iAuthenticate
{
public function __isAuthenticated();
}