Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin il y a 2 ans
..
Test/Unit checkin il y a 2 ans
CrontabManager.php checkin il y a 2 ans
CrontabManagerInterface.php checkin il y a 2 ans
README.md checkin il y a 2 ans
TasksProvider.php checkin il y a 2 ans
TasksProviderInterface.php checkin il y a 2 ans

README.md

Library for working with crontab

The library has the next interfaces:

  • CrontabManagerInterface
  • TasksProviderInterface

CrontabManagerInterface provides working with crontab:

  • getTasks - get list of Magento cron tasks from crontab
  • saveTasks - save Magento cron tasks to crontab
  • removeTasks - remove Magento cron tasks from crontab

TasksProviderInterface has only one method getTasks. This interface provides transportation the list of tasks from DI