X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=ion.stub.php;h=750ee9c0bf6dd5166eeb1bf4011d3cc3e6d9a64a;hb=7b91707b6d7cb6537351c291a6d78e491fb059f8;hp=7818dde981e403198b45754e5e72935e38deb68b;hpb=0654bdc00a390495ba7cbb08e60925e3e58b943b;p=awesomized%2Fext-ion diff --git a/ion.stub.php b/ion.stub.php index 7818dde..750ee9c 100644 --- a/ion.stub.php +++ b/ion.stub.php @@ -465,8 +465,8 @@ interface Writer { public function flush() : int; public function finish() : int; - public function writeOne(Reader $reader) : void; - public function writeAll(Reader $reader) : void; + // public function writeOne(Reader $reader) : void; + // public function writeAll(Reader $reader) : void; // public function getCatalog() : Catalog; // public function setCatalog(Catalog $catalog) : void; @@ -504,8 +504,8 @@ abstract class Writer implements \ion\Writer { public function flush() : int {} public function finish() : int {} - public function writeOne(\ion\Reader $reader) : void {} - public function writeAll(\ion\Reader $reader) : void {} + // public function writeOne(\ion\Reader $reader) : void {} + // public function writeAll(\ion\Reader $reader) : void {} } namespace ion\Writer;