classQControlGrouping
QControlGrouping Class Reference
Inherits QBaseClass.Inherited by QDropZoneGrouping.
Collaboration diagram for QControlGrouping:

Public Member Functions
- __construct (QForm $objForm, $strGroupingId)
- __get ($strName)
- AddControl (QControl $objControl)
- RemoveControl ($strControlId)
- GetAllControls ()
- Render ()
Protected Attributes
- $strGroupingId
- $objControlArray = array()
- $blnModified = false
Constructor & Destructor Documentation
| QControlGrouping::__construct | ( | QForm $ | objForm, | |
| $ | strGroupingId | |||
| ) |
Member Function Documentation
| QControlGrouping::__get | ( | $ | strName | ) |
Override method to perform a property "Get" This will get the value of $strName All inhereted objects that call __get() should always fall through to calling parent::__get() in a try/catch statement catching for CallerExceptions.
- Parameters:
-
string $strName Name of the property to get
- Returns:
- mixed the returned property
Reimplemented from QBaseClass.
References QCallerException::IncrementOffset().
| QControlGrouping::AddControl | ( | QControl $ | objControl | ) |
| QControlGrouping::GetAllControls | ( | ) |
| QControlGrouping::RemoveControl | ( | $ | strControlId | ) |
| QControlGrouping::Render | ( | ) | [abstract] |
Reimplemented in QDropZoneGrouping.
Member Data Documentation
QControlGrouping::$blnModified = false [protected] |
QControlGrouping::$objControlArray = array() [protected] |
QControlGrouping::$strGroupingId [protected] |
Referenced by QDropZoneGrouping::__construct(), and __construct().
The documentation for this class was generated from the following file:
- qcodo/_core/qform/QControlGrouping.class.php
