Object | --Persistent | --SubLabel
Located in File: /comctrls.inc.php
LabeledEdit is an edit control that has an associated label and this class is the control used for that label
![]() | Caption | Specifies the caption used in the label |
![]() | Owner | Owner of the component. [Publishes Persistent::Owner] |
Defined in class Persistent |
||
![]() | NamePath | Used to serialize/unserialize. It returns the full path to identify this component. |
![]() | Owner | Owner of the component. |
property Caption (line 4960)
Use this property to determine the Caption for this control. This text will be shown at the side of the edit control that also makes up LabeledEdit.
property NamePath
| assignTo | Assigns this object to another object. [Overrides Persistent::assignTo()] |
Defined in class Persistent |
||
![]() | serialize | Stores this object into the session. |
![]() | unserialize | This method uses PHP reflection to iterate through published properties (the ones starting with get) and retrieve the properties stored by a previous serialize() call. |
Defined in class Object |
||
![]() | __construct | Constructs an object and initializes its data before the object is first used. |
![]() | className | Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument). |
![]() | classParent | Returns the type of the immediate ancestor of a class. |
Method assignTo (line 4950)
Overrides : Persistent::assignTo() Assigns this object to another object.