IBus¶
-
interface
OCP\Command\
IBus
¶ - Interface IBus
Implemented by: OC\Command\QueueBus
OC\Command\AsyncBus
Source: lib/public/Command/IBus.php#31
Methods¶
-
public
OCP\Command\IBus::
push
($command)¶ - Schedule a command to be fired
Source: lib/public/Command/IBus.php#38 Parameters: Since: 8.1.0
-
public
OCP\Command\IBus::
requireSync
($trait)¶ - Require all commands using a trait to be run synchronous
Source: Parameters: - $trait (string)
Since: 8.1.0