%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/bitrix/www/bitrix/modules/report/lib/visualconstructor/
Upload File :
Create Path :
Current File : /home/bitrix/www/bitrix/modules/report/lib/visualconstructor/ireportsingledata.php

<?php

namespace Bitrix\Report\VisualConstructor;

/**
 * Interface IReportSingleData
 * @package Bitrix\Report\VisualConstructor
 */
interface IReportSingleData extends IReportData
{
	/**
	 * array with format
	 * array(
	 *     'title' => 'Some Title',
	 *     'value' => 0,
	 *     'targetUrl' => 'http://url.domain?params=param'
	 * )
	 * @return array
	 */
	public function getSingleData();


	/**
	 * @return array
	 */
	public function getSingleDemoData();
}

Zerion Mini Shell 1.0