dto icon indicating copy to clipboard operation
dto copied to clipboard

Data Transfer Object (DTO).

Results 1 dto issues
Sort by recently updated
recently updated
newest added

As of PHP 8.1.0, a class which implements Serializable without also implementing `__serialize()` and `__unserialize()` will generate a deprecation warning. Also return type of & Cerbero\Dto\Dto::offsetGet($property) should either be compatible...