Baleen\Cli\CommandBus\Storage\LatestMessage¶
-
class
LatestMessage¶ Class ListMessage.
-
property
storage¶ protected StorageInterface
-
property
comparator¶ protected callable
-
property
config¶ protected ConfigInterface
-
property
input¶ protected InputInterface
-
property
output¶ protected OutputInterface
-
property
cliCommand¶ protected Command
-
configure(Command $command)¶ Parameters: - $command (Command) –
-
getStorage()¶ Returns: StorageInterface
-
setStorage(StorageInterface $storage = null)¶ Parameters: - $storage (StorageInterface) –
-
getComparator()¶ Returns: callable
-
setComparator($comparator)¶ Parameters: - $comparator (callable) –
-
getConfig()¶
-
setConfig(ConfigInterface $config)¶ Parameters: - $config (ConfigInterface) –
-
getInput()¶
-
setInput(InputInterface $input)¶ Parameters: - $input (InputInterface) –
-
getOutput()¶
-
setOutput(OutputInterface $output)¶ Parameters: - $output (OutputInterface) –
-
getCliCommand()¶ Returns: Command
-
setCliCommand(Command $cliCommand)¶ Parameters: - $cliCommand (Command) –
-
property