Add `Jsonable` interface
rustamwin opened this issue · 4 comments
rustamwin commented
Q | A |
---|---|
Yii version | 2.0.? |
PHP version | 7.x |
Operating system | Debian |
samdark commented
Would you please describe its use case? Also note that there is a standard interface for that in PHP.
rustamwin commented
I think it should be for toJson
methods
hiqsol commented
There is already interface for that in PHP:
rustamwin commented
Probably some (contains method toJson
) classes could be implemented from JsonSerializable