Base options class for all eZ components. [
Construct a new options object.
Options are constructed from an option array by default. The constructor automatically passes the given options to the __set() method to set them in the class.
Merge an array into the actual options object.
This method merges an array of new options into the actual options object.
Returns if an option exists.
Allows isset() using ArrayAccess.
Returns an option value.
Get an option value by ArrayAccess.
Set an option.
Sets an option using ArrayAccess.
Unset an option.
Unsets an option using ArrayAccess.