mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 08:14:04 +02:00
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…
x
Reference in New Issue
Block a user