0
1
Fork 0
hedera-web-mindshore/package/usr/share/php/vn/rest/encoding.php

14 lines
117 B
PHP
Raw Normal View History

<?php
namespace Vn\Rest;
/**
* Diferent formats of encode the reply.
**/
class Encoding
{
const JSON = 1;
}
?>