Hook/PropertyModifier: added abstract function transform which actually transform the given value

This commit is contained in:
Stefan Scheungrab 2015-07-23 13:07:39 +02:00
parent 3a15cf8f28
commit 103623211b
1 changed files with 8 additions and 0 deletions

View File

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