Back to SetConfigurationCommand class

Method getOptions

public array|mixed
getOptions
()
Collects the options array
Returns
  • array|mixed
Since
  • 4.0.0

Method getOptions - Source code

/**
 * Collects the options array
 *
 * @return array|mixed
 *
 * @since 4.0.0
 */
public function getOptions()
{
    return $this->cliInput->getArgument('options');
}