diff --git a/plugins/views/views_php_handler_field.inc b/plugins/views/views_php_handler_field.inc
index 9164d9a..b758003 100644
--- a/plugins/views/views_php_handler_field.inc
+++ b/plugins/views/views_php_handler_field.inc
@@ -107,6 +107,20 @@
   }
 
   /**
+   * @TODO
+   */
+  function pre_execute() {
+    return $this->php_pre_execute();
+  }
+
+  /**
+   * @TODO
+   */
+  function post_execute(&$values) {
+    return $this->php_post_execute();
+  }
+
+  /**
    *
    * @see views_php_views_pre_execute()
    * @see self::php_post_execute()
