public setOptions ( array $options ) : static | ||
$options | array | array of name => value options that should be applied to the object You can also pass options that use a setter, e.g. you can pass a `fileName` option which will be passed to `setFileName()`. |
return | static | for method chaining |