assignNodes() 공개 메소드

public assignNodes ( array $nodes )
$nodes array
예제 #1
0
 /**
  * Get every unpublished node in the workspace with the given workspace name
  *
  * @param Workspace $workspace
  * @return void
  */
 public function getWorkspaceWideUnpublishedNodesAction($workspace)
 {
     $this->view->assignNodes($this->publishingService->getUnpublishedNodes($workspace));
 }