Beispiel #1
0
 public function isSeekable()
 {
     parent::isSeekable();
     return false;
 }
Beispiel #2
0
 public function isWritable()
 {
     parent::isWritable();
     return false;
 }