Bristol SU Support Package
src
ModuleInstance
Contracts
Scheduler
CommandStore.php
Go to the documentation of this file.
1
<?php
2
3
namespace
BristolSU\Support\ModuleInstance\Contracts\Scheduler
;
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
}
BristolSU\Support\ModuleInstance\Contracts\Scheduler\CommandStore\schedule
schedule($alias, $command, $cron)
BristolSU\Support\ModuleInstance\Contracts\Scheduler
Definition:
CommandStore.php:3
BristolSU\Support\ModuleInstance\Contracts\Scheduler\CommandStore\forAlias
forAlias(string $alias)
BristolSU\Support\ModuleInstance\Contracts\Scheduler\CommandStore\all
all()
BristolSU\Support\ModuleInstance\Contracts\Scheduler\CommandStore
Definition:
CommandStore.php:8
Generated by
1.8.13