Scalr\Tests\Api\Rest\ApplicationTest::getApiClass PHP Method

getApiClass() protected static method

Gets API class name
protected static getApiClass ( string $suffix ) : string
$suffix string The name of the class without base namespace
return string Returns the name of the class
    protected static function getApiClass($suffix)
    {
        return self::getNamespase() . '\\' . $suffix;
    }