command
abstract class command extends command
Properties
protected user | $user | from command | |
protected manager | $manager | ||
protected log | $log | ||
protected string | $cache_driver_class |
Methods
ProgressBar
create_progress_bar(int $max, SymfonyStyle $io, OutputInterface $output, bool $message = false)
Create a styled progress bar
from
command
void
check_apcu_cache(SymfonyStyle $io)
Check if APCu cache driver is used and enabled for CLI, otherwise display a notice.
Details
at line 36
__construct(user $user, manager $manager, log $log, string $cache_driver_class)
Constructor.
in
command at line 45
ProgressBar
create_progress_bar(int $max, SymfonyStyle $io, OutputInterface $output, bool $message = false)
Create a styled progress bar
at line 51
protected void
check_apcu_cache(SymfonyStyle $io)
Check if APCu cache driver is used and enabled for CLI, otherwise display a notice.