CronjobWriterInterface
in
Interface CronjobWriterInterface
Table of Contents
- save() : $this|CronjobWriterInterface
- Saves cronjob configuration into the storage.
Methods
save()
Saves cronjob configuration into the storage.
public
save(StringType $cronjob, KeyValueCollection $data) : $this|CronjobWriterInterface
Parameters
- $cronjob : StringType
- $data : KeyValueCollection
Return values
$this|CronjobWriterInterface —Same instance for chained method calls.