PHP Class Webiny\Component\Storage\StorageEvent

Inheritance: extends Webiny\Component\EventManager\Event
Show file Open project: Webiny/Framework

Protected Properties

Property Type Description
$file Webiny\Component\Storage\File\File
$storage Storage

Public Methods

Method Description
__construct ( File $file )
getFile ( ) : File Get working file
getStorage ( ) : Storage

Method Details

__construct() public method

public __construct ( File $file )
$file Webiny\Component\Storage\File\File

getFile() public method

Get working file
public getFile ( ) : File
return Webiny\Component\Storage\File\File

getStorage() public method

public getStorage ( ) : Storage
return Storage

Property Details

$file protected property

protected File,Webiny\Component\Storage\File $file
return Webiny\Component\Storage\File\File

$storage protected property

protected Storage,Webiny\Component\Storage $storage
return Storage