Вход Регистрация
Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/S3/RegionalEndpoint/ConfigurationInterface.php
Строк: 33
<?php
namespace AwsS3RegionalEndpoint;

/**
 * Provides access to S3 regional endpoints configuration options: endpoints_type
 */
interface ConfigurationInterface
{
    
/**
     * Returns the endpoints type
     *
     * @return string
     */
    
public function getEndpointsType();

    
/**
     * Returns the configuration as an associative array
     *
     * @return array
     */
    
public function toArray();
}
Онлайн: 0
Реклама