Exemple #1
0
 /**
  * {@inheritDoc}
  *
  * @api
  */
 public function exportDocumentView($absPath, $stream, $skipBinary, $noRecurse)
 {
     ImportExport::exportDocumentView($this->getNode($absPath), $this->workspace->getNamespaceRegistry(), $stream, $skipBinary, $noRecurse);
 }