Neos\Flow\ResourceManagement\Target\TargetInterface::publishResource PHP 메소드

publishResource() 공개 메소드

Publishes the given persistent resource from the given storage
public publishResource ( PersistentResource $resource, Neos\Flow\ResourceManagement\CollectionInterface $collection ) : void
$resource Neos\Flow\ResourceManagement\PersistentResource The resource to publish
$collection Neos\Flow\ResourceManagement\CollectionInterface The collection the given resource belongs to
리턴 void
    public function publishResource(PersistentResource $resource, CollectionInterface $collection);