📜  laravel 命令检索特定选项 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:45.375000             🧑  作者: Mango

代码示例1
// Retrieve a specific option...
$queueName = $this->option('queue');

// Retrieve all options...
$options = $this->options();