Created
June 13, 2020 15:10
-
-
Save eS-IT/f38c03f4a84c68af658fada8d0fcf6cc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$this->io->choice('Select the queue to analyze', ['queue1', 'queue2', 'queue3']); | |
// default value: | |
$this->io->choice('Select the queue to analyze', ['queue1', 'queue2', 'queue3'], 'queue1'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment