PropertyModifierHook: remove erraneous methods
This commit is contained in:
parent
7387876a09
commit
a244ad467b
|
@ -53,21 +53,6 @@ abstract class PropertyModifierHook
|
||||||
return $this;
|
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
|
* Methode to transform the given value
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue