Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/sale/lib/rest/view/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/sale/lib/rest/view/enum.php

<?php

namespace Bitrix\Sale\Rest\View;

class Enum extends Base
{
	public function getFields()
	{
	return [];
	}

	public function externalizeResult($name, $fields): array
	{
		return $fields;
	}

	public function internalizeArguments($name, $arguments): array
	{
		return $arguments;
	}
}