Tasks
Robo task to Execute given tasks from configuration.
phpcs:disable Generic.NamingConventions.TraitNameSuffix.Missing
Table of Contents
Methods
- taskExecute() : mixed
- Execute a command.
Methods
taskExecute()
Execute a command.
protected
taskExecute(array<string|int, mixed> $tasks) : mixed
Parameters
- $tasks : array<string|int, mixed>
-
An array with tasks to execute.