Neos\ContentRepository\Domain\Service\PublishingServiceInterface::publishNodes PHP Метод

publishNodes() публичный Метод

Publishes the given nodes to the specified target workspace. If no workspace is specified, "live" is assumed.
public publishNodes ( array $nodes, Workspace $targetWorkspace = null ) : void
$nodes array
$targetWorkspace Neos\ContentRepository\Domain\Model\Workspace If not set the "live" workspace is assumed to be the publishing target
Результат void
    public function publishNodes(array $nodes, Workspace $targetWorkspace = null);