Your IP : 18.117.158.174


Current Path : /var/www/axolotl/data/www/msk.axolotls.ru/bitrix/modules/imopenlines/lib/
Upload File :
Current File : /var/www/axolotl/data/www/msk.axolotls.ru/bitrix/modules/imopenlines/lib/result.php

<?php
namespace Bitrix\ImOpenLines;

class Result extends \Bitrix\Main\Result
{
	/**
	 * Sets only the result.
	 * @param $result
	 */
	public function setResult($result)
	{
		$this->data = array('RESULT' => $result);
	}

	/**
	 * To return a single result
	 * @return mixed
	 */
	public function getResult()
	{
		return $this->data['RESULT'];
	}
}