Introduced interface Pointer, valid() is now used.
[core.git] / inc / classes / interfaces / io / pointer / class_InputPointer.php
index 0c15cc7b07b7f0620e0c7003bd01bbf77c255263..3a53fb18dbb1a9cb0315b5db86171e88f047e1f6 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/>.
  */
-interface InputPointer extends StreamableInput {
+interface InputPointer extends StreamableInput, Pointer {
        /**
         * Read data a file pointer
         *