IBus
Interface IBus
Tags
Table of Contents
- push() : mixed
- Schedule a command to be fired
- requireSync() : mixed
- Require all commands using a trait to be run synchronous
Methods
push()
Schedule a command to be fired
public
push(mixed $command) : mixed
Parameters
- $command : mixed
Tags
Return values
mixed —requireSync()
Require all commands using a trait to be run synchronous
public
requireSync(string $trait) : mixed
Parameters
- $trait : string