Hook/PropertyModifier: added abstract function transform which actually transform the given value
This commit is contained in:
parent
3a15cf8f28
commit
103623211b
|
@ -67,6 +67,14 @@ abstract class PropertyModifierHook
|
|||
*/
|
||||
abstract public function listColumns();
|
||||
|
||||
|
||||
/**
|
||||
* Methode to transform the given value
|
||||
*
|
||||
* @return value
|
||||
*/
|
||||
abstract public function transfrom();
|
||||
|
||||
/**
|
||||
* Override this method if you want to extend the settings form
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue