QueueBus¶
-
class
OC\Command\QueueBus¶ Source: lib/private/Command/QueueBus.php#30 Implements: OCP\Command\IBus
Properties¶
Methods¶
-
public
OC\Command\QueueBus::push($command)¶ - Schedule a command to be fired
Source: lib/private/Command/QueueBus.php#41 Parameters:
-
public
OC\Command\QueueBus::requireSync($trait)¶ - Require all commands using a trait to be run synchronous
Source: Parameters: - $trait (string)
-
public
OC\Command\QueueBus::run()¶ Source: lib/private/Command/QueueBus.php#70