Bristol SU Support Package
CommandStore.php
Go to the documentation of this file.
1 <?php
2 
4 
8 interface CommandStore
9 {
19  public function schedule($alias, $command, $cron);
20 
27  public function forAlias(string $alias);
28 
34  public function all();
35 }