Class SubLabel

(line 4945)

Description

Object
   |
   --Persistent
      |
      --SubLabel

Located in File: /comctrls.inc.php

This is a helper class for the Label used in the LabeledEdit control

LabeledEdit is an edit control that has an associated label and this class is the control used for that label



Properties

Summary:
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)

string Caption

Specifies the caption used in the label

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 Owner (line 4964)

Component Owner

Owner of the component. [Publishes Persistent::Owner]

property NamePath

Used to serialize/unserialize. It returns the full path to identify this component.
This property is implemented in Persistent::NamePath

property Owner

Owner of the component.
This property is implemented in Persistent::Owner

Methods

Summary:
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)

void assignTo( $dest)

Overrides : Persistent::assignTo() Assigns this object to another object.


Events

Summary:

[none]

Javascript Events

Summary:

[none]

Documentation generated on Fri, 26 Dec 2008 11:44:10 +0100 by phpDocumentor 1.4.0a2