Exemplo n.º 1
0
 /**
  * {@inherit}
  *
  * {@inherit}
  */
 public function call(array $options = [])
 {
     // Merge the options from config with passed options
     $options = array_merge($this->callbackOptions, $options);
     parent::call($options);
 }