Your IP : 172.69.7.234


Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/modules/main/lib/type/contract/
Upload File :
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);
}