mirror of
https://github.com/YunoHost-Apps/dolibarr_ynh.git
synced 2024-09-03 18:35:53 +02:00
11 lines
No EOL
221 B
PHP
11 lines
No EOL
221 B
PHP
<?php
|
|
namespace Luracast\Restler;
|
|
|
|
|
|
interface iProvideMultiVersionApi {
|
|
/**
|
|
* Maximum api version supported by the api class
|
|
* @return int
|
|
*/
|
|
public static function __getMaximumSupportedVersion();
|
|
} |