39 $this->sinks = $sinks;
40 $this->count = count( $sinks );
47 for ( $i = 0; $i < $this->count; $i++ ) {
48 $this->sinks[$i]->writeOpenStream( $string );
56 for ( $i = 0; $i < $this->count; $i++ ) {
57 $this->sinks[$i]->writeCloseStream( $string );
66 for ( $i = 0; $i < $this->count; $i++ ) {
67 $this->sinks[$i]->writeOpenPage( $page, $string );
75 for ( $i = 0; $i < $this->count; $i++ ) {
76 $this->sinks[$i]->writeClosePage( $string );
85 for ( $i = 0; $i < $this->count; $i++ ) {
86 $this->sinks[$i]->writeRevision( $rev, $string );
102 for ( $i = 0; $i < $this->count; $i++ ) {
103 $this->sinks[$i]->closeAndRename( $newnames[$i], $open );
112 for ( $i = 0; $i < $this->count; $i++ ) {
113 $filenames[] = $this->sinks[$i]->getFilenames();
writeOpenPage( $page, $string)
writeRevision( $rev, $string)
closeAndRename( $newnames, $open=false)
closeRenameAndReopen( $newnames)
writeCloseStream( $string)
writeOpenStream( $string)