118 lines
965 B
Markdown
118 lines
965 B
Markdown
SYSTEM\CRON\cron
|
|
===============
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Class name: cron
|
|
* Namespace: SYSTEM\CRON
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Methods
|
|
-------
|
|
|
|
|
|
### check
|
|
|
|
mixed SYSTEM\CRON\cron::check($class)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
#### Arguments
|
|
* $class **mixed**
|
|
|
|
|
|
|
|
### run
|
|
|
|
mixed SYSTEM\CRON\cron::run()
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
|
|
|
|
### next
|
|
|
|
mixed SYSTEM\CRON\cron::next($class)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
#### Arguments
|
|
* $class **mixed**
|
|
|
|
|
|
|
|
### last
|
|
|
|
mixed SYSTEM\CRON\cron::last($class)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
#### Arguments
|
|
* $class **mixed**
|
|
|
|
|
|
|
|
### status
|
|
|
|
mixed SYSTEM\CRON\cron::status($class, $status)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **private**
|
|
* This method is **static**.
|
|
|
|
|
|
#### Arguments
|
|
* $class **mixed**
|
|
* $status **mixed**
|
|
|
|
|
|
|
|
### last_visit
|
|
|
|
mixed SYSTEM\CRON\cron::last_visit()
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
|