Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
CrontabManagerInterface.php
Go to the documentation of this file.
1 <?php
7 
9 
15 {
19  const TASKS_BLOCK_START = '#~ MAGENTO START';
20  const TASKS_BLOCK_END = '#~ MAGENTO END';
29  public function getTasks();
30 
38  public function saveTasks(array $tasks);
39 
46  public function removeTasks();
47 }