Devise\Media\Helpers\Caption::__construct PHP Method

__construct() public method

Construct a new Caption Helper
public __construct ( MediaPaths $MediaPaths, Framework $Framework ) : void
$MediaPaths Devise\Media\MediaPaths
$Framework Devise\Support\Framework
return void
    public function __construct(MediaPaths $MediaPaths, Framework $Framework)
    {
        $this->MediaPaths = $MediaPaths;
        $this->File = $Framework->file;
    }