Neos\Flow\ResourceManagement\CollectionInterface::importResourceFromContent PHP 메소드

importResourceFromContent() 공개 메소드

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 importResourceFromContent ( string $content ) : PersistentResource
$content string The actual content to import
리턴 PersistentResource A resource object representing the imported resource
    public function importResourceFromContent($content);