Define if extract values will use camel case or name with underscore
| Parameters: | bool|array – |
|---|
@param array|Traversable $options
| Return type: | ClassMethods |
|---|---|
| Throws : | ExceptionInvalidArgumentException |
@param boolean $underscoreSeparatedKeys
| Return type: | ClassMethods |
|---|
Extract values from an object with class methods
Extracts the getter/setter of the given $object.
| Parameters: | object – |
|---|---|
| Return type: | array |
| Throws : | ExceptionBadMethodCallException for a non-object $object |
Hydrate an object by populating getter/setter methods
Hydrates an object by getter/setter methods of the object.
| Parameters: |
|
|---|---|
| Return type: | object |
| Throws : | ExceptionBadMethodCallException for a non-object $object |