改名
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace Snowflake\Crontab;
|
||||
|
||||
|
||||
/**
|
||||
* Class DefaultCrontab
|
||||
* @package Snowflake\Crontab
|
||||
*/
|
||||
class DefaultCrontab extends Crontab
|
||||
{
|
||||
|
||||
|
||||
/**
|
||||
* @return bool
|
||||
*/
|
||||
public function isStop(): bool
|
||||
{
|
||||
// TODO: Implement isStop() method.
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
public function process(): void
|
||||
{
|
||||
// TODO: Implement process() method.
|
||||
}
|
||||
|
||||
|
||||
|
||||
public function max_execute(): void
|
||||
{
|
||||
// TODO: Implement max_execute() method.
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user