[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/phpbb/console/command/cron/ -> cron_list.php (summary)

This file is part of the phpBB Forum Software package.

Copyright: (c) phpBB Limited
License: GNU General Public License, version 2 (GPL-2.0)
File Size: 111 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

cron_list:: (4 methods):
  __construct()
  configure()
  execute()
  print_tasks_names()


Class: cron_list  - X-Ref

__construct(\phpbb\user $user, \phpbb\cron\manager $cron_manager)   X-Ref
Constructor

param: \phpbb\user            $user            User instance
param: \phpbb\cron\manager    $cron_manager    Cron manager

configure()   X-Ref
{@inheritdoc}


execute(InputInterface $input, OutputInterface $output)   X-Ref
Executes the command cron:list.

Prints a list of ready and unready cron jobs.

param: InputInterface  $input  An InputInterface instance
param: OutputInterface $output An OutputInterface instance
return: null

print_tasks_names(array $tasks, OutputInterface $output)   X-Ref
Print a list of cron jobs

param: array                $tasks A list of task to display
param: OutputInterface    $output An OutputInterface instance



Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1