Neos\Flow\ResourceManagement\CollectionInterface::importResource PHP Méthode

importResource() public méthode

On a successful import this method returns a PersistentResource object representing the newly imported persistent resource. Note that this collection must have a writable storage in order to import resources.
public importResource ( string | resource $source ) : PersistentResource
$source string | resource
Résultat PersistentResource A resource object representing the imported resource
    public function importResource($source);