PHP Interface Neos\Media\Domain\Model\ResourceBasedInterface

Show file Open project: neos/neos-development-collection

Public Methods

Method Description
getResource ( ) : PersistentResource Returns the PersistentResource
refresh ( ) : void Refreshes this asset after the PersistentResource has been modified

Method Details

getResource() public method

Returns the PersistentResource
public getResource ( ) : PersistentResource
return Neos\Flow\ResourceManagement\PersistentResource

refresh() public method

Refreshes this asset after the PersistentResource has been modified
public refresh ( ) : void
return void