コード例 #1
0
ファイル: Session.php プロジェクト: frogriotcom/jackalope
 /**
  * {@inheritDoc}
  *
  * @api
  */
 public function exportDocumentView($absPath, $stream, $skipBinary, $noRecurse)
 {
     ImportExport::exportDocumentView($this->getNode($absPath), $this->workspace->getNamespaceRegistry(), $stream, $skipBinary, $noRecurse);
 }