Your cart is empty!
Description
public function getDescription() : string
Fires while displaying the description of the cron job.
Description
Returns the description 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 description 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_DESC="My description for Foo Bar Baz cron job."
The description is used only for administrative purposes.
Return Value
String. The plugin description.
Last Update: One day ago.
Helpful?