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