PHP Interface Neos\Media\Domain\Model\ResourceBasedInterface

Afficher le fichier Open project: neos/neos-development-collection

Méthodes publiques

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

Method Details

getResource() public méthode

Returns the PersistentResource
public getResource ( ) : PersistentResource
Résultat Neos\Flow\ResourceManagement\PersistentResource

refresh() public méthode

Refreshes this asset after the PersistentResource has been modified
public refresh ( ) : void
Résultat void