array resolve(array $options = array())
Merges options with the default values stored in the container and validates them.
Exceptions are thrown if:
- Undefined options are passed;
- Required options are missing;
- Options have invalid types;
- Options have invalid values.
Please login to continue.