final class AzureStorageBlobAdapter extends FilesystemAdapter

internal  
 

Properties

bool $canProvideTemporaryUrls

Whether the configuration of this adapter allows temporary URLs.

bool $useDirectPublicUrl

Set to true to use the direct public URL instead of generating a temporary URL.

AzureBlobStorageAdapter $adapter

Methods

__construct(array $config)

No description

url($path)

No description

bool
providesTemporaryUrls()

Determine if temporary URLs can be generated.

temporaryUrl($path, $expiration, array $options = [])

No description

temporaryUploadUrl($path, $expiration, array $options = [])

No description

Details

at line 36
__construct(array $config)

No description

Parameters

array $config

at line 51
url($path)

No description

Parameters

$path

at line 61
bool providesTemporaryUrls()

Determine if temporary URLs can be generated.

Return Value

bool

at line 74
temporaryUrl($path, $expiration, array $options = [])

No description

Parameters

$path
$expiration
array $options

at line 99
temporaryUploadUrl($path, $expiration, array $options = [])

No description

Parameters

$path
$expiration
array $options