]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/io/pointer/class_OutputPointer.php
Introduced interface Pointer, valid() is now used.
[core.git] / inc / classes / interfaces / io / pointer / class_OutputPointer.php
index 7d8300eebf50f0385207e42e898c2771315e4bc4..06c5835fa836f49279d3d56e715b8f3adc0e16a6 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-interface OutputPointer extends StreamableOutput {
+interface OutputPointer extends StreamableOutput, Pointer {
        /**
         * Write data to a file pointer
         *
        /**
         * Write data to a file pointer
         *