From a244ad467bc94eefe01edbc9ef5dc1a6f2a0dcaf Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 18 Feb 2016 23:32:17 +0100 Subject: [PATCH] PropertyModifierHook: remove erraneous methods --- library/Director/Hook/PropertyModifierHook.php | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/library/Director/Hook/PropertyModifierHook.php b/library/Director/Hook/PropertyModifierHook.php index 98fd2b03..0ab8bb0a 100644 --- a/library/Director/Hook/PropertyModifierHook.php +++ b/library/Director/Hook/PropertyModifierHook.php @@ -53,21 +53,6 @@ abstract class PropertyModifierHook return $this; } - /** - * Returns an array containing importable objects - * - * @return array - */ - abstract public function fetchData(); - - /** - * Returns a list of all available columns - * - * @return array - */ - abstract public function listColumns(); - - /** * Methode to transform the given value *