File "JsonSerializableModel.php"
Full Path: /home/cananyalcin/public_html/core/lib/shoplemo/php-sdk/JsonSerializableModel.php
File size: 176 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Shoplemo;
class JsonSerializableModel implements \JsonSerializable
{
public function jsonSerialize()
{
return get_object_vars($this);
}
}