| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/modules/main/lib/type/contract/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/modules/main/lib/type/contract/jsonable.php |
<?php
namespace Bitrix\Main\Type\Contract;
interface Jsonable
{
/**
* @return array
*/
public function toJson($options = 0);
}