Your cart is empty!
Title
public function getTitle() : string
Fires while displaying the title of the cron job.
Description
Returns the title of the cron job. It is suggested to support the internationalization.
If you omit the implementation of this method, the system will try to translate the title according to the driver name. So, in case the class is named FooBarBaz, the system will search for a translation matching the following structure:
VRE_CRON_FOO_BAR_BAZ_TITLE="Foo Bar Baz"
The title is used only for administrative purposes.
Return Value
String. The cron job title.
Last Update: One day ago.
Helpful?