?iť?

Your IP : 18.222.168.192


Current Path : /home/s/c/g/scgforma/www/soctest/htdocs/includes/restler/framework/Luracast/Restler/
Upload File :
Current File : /home/s/c/g/scgforma/www/soctest/htdocs/includes/restler/framework/Luracast/Restler/iProvideMultiVersionApi.php

<?php
namespace Luracast\Restler;

/**
 * Interface iProvideMultiVersionApi
 * @package Luracast\Restler
 *
 * @version    3.0.0rc6
 */
interface iProvideMultiVersionApi
{
    /**
     * Maximum api version supported by the api class
     * @return int
     */
    public static function __getMaximumSupportedVersion();
}