Added missing method.
authorRoland Haeder <roland@mxchange.org>
Mon, 10 Feb 2014 20:39:29 +0000 (21:39 +0100)
committerRoland Haeder <roland@mxchange.org>
Mon, 10 Feb 2014 20:39:29 +0000 (21:39 +0100)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/interfaces/database/middleware/class_DatabaseConnector.php

index ff62369d132c4548b3c49ad195d518f633aeb35f..4620df82e33e75cecd5e9150fed11166b60a8a39 100644 (file)
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 interface DatabaseConnector extends FrameworkDatabase {
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 interface DatabaseConnector extends FrameworkDatabase {
+       /**
+        * Removes non-public data from given array.
+        *
+        * @param       $data   An array with possible non-public data that needs to be removed.
+        * @return      $data   A cleaned up array with only public data.
+        */
+       function removeNonPublicDataFromArray (array $data);
 }
 
 // [EOF]
 }
 
 // [EOF]