Baleen\Cli\CommandBus\Repository\ListMessage¶
-
class
ListMessage¶ Class ListMessage.
-
property
repository¶ protected RepositoryInterface
-
property
filesystem¶ protected Filesystem
-
property
comparator¶ protected callable
-
property
config¶ protected ConfigInterface
-
property
input¶ protected InputInterface
-
property
output¶ protected OutputInterface
-
property
cliCommand¶ protected Command
-
configure(Command $command)¶ configure.
Parameters: - $command (Command) –
-
getRepository()¶ Returns: RepositoryInterface
-
setRepository(RepositoryInterface $repository)¶ Parameters: - $repository (RepositoryInterface) –
-
getFilesystem()¶ Returns: Filesystem
-
setFilesystem(Filesystem $filesystem)¶ Parameters: - $filesystem (Filesystem) –
-
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