JobHook: add getSuggestedRunInterval()

This commit is contained in:
Thomas Gelf 2016-04-22 13:38:36 +02:00
parent 7265a5796b
commit 4cc70311f2

View File

@ -33,6 +33,11 @@ abstract class JobHook
return $class;
}
public static function getSuggestedRunInterval(QuickForm $form)
{
return 900;
}
/**
* Override this method if you want to extend the settings form
*