PHP Class Plank\Mediable\UrlGenerators\S3UrlGenerator

Author: Sean Fraser ([email protected])
Inheritance: extends BaseUrlGenerator
Show file Open project: plank/laravel-mediable Class Usage Examples

Protected Properties

Property Type Description
$filesystem Illuminate\Filesystem\FilesystemManager Filesystem Manager.

Public Methods

Method Description
__construct ( Illuminate\Contracts\Config\Repository $config, Illuminate\Filesystem\FilesystemManager $filesystem ) Constructor.
getAbsolutePath ( )
getUrl ( )

Method Details

__construct() public method

Constructor.
public __construct ( Illuminate\Contracts\Config\Repository $config, Illuminate\Filesystem\FilesystemManager $filesystem )
$config Illuminate\Contracts\Config\Repository
$filesystem Illuminate\Filesystem\FilesystemManager

getAbsolutePath() public method

public getAbsolutePath ( )

getUrl() public method

public getUrl ( )

Property Details

$filesystem protected property

Filesystem Manager.
protected FilesystemManager,Illuminate\Filesystem $filesystem
return Illuminate\Filesystem\FilesystemManager