Ian Foulds

Results 8 issues of Ian Foulds

There is a problem when using using method chaining on models that is caused by using class inheritance. The methods of each classes 'set' methods return $this which is great...

enhancement

### The WIDTH attribute on all INPUT tags is ignored, however the documentation says it is supported for INPUT tags with the exception button sub-types . ### mPDF version 8.1.1...

| Q | A |-------------- | ------ | Documentation | no | Bugfix | no | BC Break | no | New Feature | yes | RFC | yes |...

## RFC | Q | A | | ------------------- | ------ | | Proposed Version(s) | next minor | | BC Break? | No | Provide a means to hydrate...

RFC

PR to fix bug #113. | Q | A |-------------- | ------ | Bugfix | yes | BC Break | no ### Description This is a fix for issue #113...

### Bug Report I have written a hydrator that hydrates Doctrine entities from arrays and the Request object. It also handles associations within the entity, and nested associations within that....

Bug

There is no API method for setting HTML content via code. You can retrieve HTML content with getSemanticHTML() but there is not way of setting this via the API. You...

question

| Bug report? | yes According to the documentation in the exclusion strategies following should work: http://jmsyst.com/libs/serializer/master/cookbook/exclusion_strategies#dynamic-exclusion-strategy ``` /** * @Exclude(if="null") */ private ?string $name; ``` It doesn't, it fails...