*/ public $options; /** * Create a new event instance. * * @param string $method * @param array $options * @return void */ public function __construct($method, array $options = []) { $this->method = $method; $this->options = $options; } }