abstract_dto
abstract class abstract_dto implements dto_interface
| internal |
Abstract base DTO for shared data structures.
Provides default JSON serialization delegating to to_array() implementations.
Methods
array
jsonSerialize()
Default implementation to serialize to JSON using the array representation.
Details
at line 38
array
jsonSerialize()
Default implementation to serialize to JSON using the array representation.