Beispiel #1
0
 public function dispose()
 {
     $this->stream->dispose();
 }
Beispiel #2
0
 public function dispose()
 {
     $this->initializeStream();
     $this->stream->dispose();
 }