mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 01:36:57 +02:00
[feature/system-cron] add phpbb_ prefix to all class names
PHPBB3-9596
This commit is contained in:
committed by
Oleg Pudeyev
parent
0aa491ffa2
commit
a9e0f9947d
@@ -20,7 +20,7 @@ if (!defined('IN_PHPBB'))
|
||||
* Cron task interface
|
||||
* @package phpBB3
|
||||
*/
|
||||
interface cron_task
|
||||
interface phpbb_cron_task
|
||||
{
|
||||
/**
|
||||
* Runs this cron task.
|
||||
@@ -58,7 +58,7 @@ interface cron_task
|
||||
*
|
||||
* @package phpBB3
|
||||
*/
|
||||
interface parametrized_cron_task extends cron_task
|
||||
interface phpbb_parametrized_cron_task extends cron_task
|
||||
{
|
||||
/**
|
||||
* Returns parameters of this cron task as an array.
|
||||
|
Reference in New Issue
Block a user