Interface Inx_Api_Reporting_ControlUnit

Description

The Inx_Api_Reporting_ControlUnit describes the configuration area of a report.

The Inx_Api_Reporting_ControlUnit describes the configuration area of a report. It holds the localized title and a list of Inx_Api_Reporting_Controls. Inx_Api_Reporting_Controls describe configuration elements like the list or mailing chooser. For more information on controls, see the Inx_Api_Reporting_Control documentation.

For more information on the report configuration in general, see the Inx_Api_Reporting_ConfigDescriptor documentation.

Located in /Api/Reporting/ControlUnit.php (line 23)


	
			
Method Summary
Methods
getControl (line 40)

Returns the control at the specified position.

Returns the control at the specified position.

  • return: the control at the specified position.
  • access: public
Inx_Api_Reporting_Control getControl (int $iIndex)
  • int $iIndex: the index of the control to return.
getControlCount (line 48)

Returns the number of controls.

Returns the number of controls.

  • return: the number of controls.
  • access: public
int getControlCount ()
getTitle (line 31)

Returns the localized title of this control unit.

Returns the localized title of this control unit.

  • return: the localized title of this control unit.
  • access: public
string getTitle ()

Documentation generated on Thu, 17 Sep 2015 14:27:23 +0200 by phpDocumentor 1.3.2