PropertyModifierHook: remove erraneous methods

This commit is contained in:
Thomas Gelf 2016-02-18 23:32:17 +01:00
parent 7387876a09
commit a244ad467b
1 changed files with 0 additions and 15 deletions

View File

@ -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
*