Files
dolibarr/htdocs/includes/restler/framework/Luracast/Restler/compatibility/iAuthenticate.php
2015-09-04 19:06:02 +02:00

10 lines
206 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();
}