Example #1
0
 public function receiveOptions(Collection $options)
 {
     return $this->setOptions(array_merge($this->getDefaultOptions(), $options->toArray()));
 }