VCL
[ class tree: VCL ] [ index: VCL ] [ all elements ]

Class: Object

Source Location: /system.inc.php

Class Overview


Object class


Class Details

[line 53]
Object class

All objects must inherit from this class




[ Top ]

Properties

    [none]

Events

    [none]

JS Events

    [none]

Methods

Constants

    [none]

Child classes:

Filer
Filer class
Collection
Collection class
Persistent
Persistent class
Field
Field class
PropertyEditor
Base class for property editors
ComponentEditor
Base class for component editors
Column
Column class
Row
Row class

Properties



Events



Javascript Events



Methods


constructor __construct [line 64]

object __construct( )

Constructor



Overridden in child classes as:

Filer::__construct()
Initializes the object by setting up a list of parents and the xml parser used to read/write components
Collection::__construct()
Component::__construct()
Constructor
ActionList::__construct()
User::__construct()
BusinessObject::__construct()
Control::__construct()
Constructor for the class
GraphicMainMenu::__construct()
FocusControl::__construct()
Clock::__construct()
CustomCheckListBox::__construct()
MonthCalendar::__construct()
DateTimePicker::__construct()
SimpleChart::__construct()
Image::__construct()
FlashObject::__construct()
Bevel::__construct()
CustomLabel::__construct()
DBPaginator::__construct()
CustomPanel::__construct()
Panel::__construct()
Clock::__construct()
DBRepeater::__construct()
CustomDBGrid::__construct()
CustomListBox::__construct()
ComboBox::__construct()
CustomRadioGroup::__construct()
CustomPage::__construct()
Page::__construct()
Frameset::__construct()
Frame::__construct()
DWidget::__construct()
CustomProgressBar::__construct()
QWidget::__construct()
BitBtn::__construct()
SpeedButton::__construct()
CustomListView::__construct()
DBGrid::__construct()
CustomPageControl::__construct()
CustomTreeView::__construct()
CustomTextField::__construct()
CustomLabeledEdit::__construct()
CustomUpDown::__construct()
ColorSelector::__construct()
CustomToolBar::__construct()
GroupBox::__construct()
CustomButtonView::__construct()
Window::__construct()
CustomMainMenu::__construct()
ScrollBar::__construct()
CustomEdit::__construct()
CustomMemo::__construct()
CustomRichEdit::__construct()
ButtonControl::__construct()
Button::__construct()
CustomCheckBox::__construct()
RadioButton::__construct()
MapShape::__construct()
Shape::__construct()
PaintBox::__construct()
HiddenField::__construct()
CustomConnection::__construct()
Database::__construct()
IBDatabase::__construct()
DataSet::__construct()
Datasource::__construct()
Application::__construct()
ImageList::__construct()
PageTemplate::__construct()
TemplateManager::__construct()
Service::__construct()
Canvas::__construct()

[ Top ]

string className [line 76]

string className( )

Returns the name of the object class



[ Top ]

boolean classNameIs [line 87]

boolean classNameIs( string $name)

Check if the object is from a specific class



Parameters:

string   $name   Name to compare

[ Top ]

class classParent [line 107]

class classParent( )

Returns the parent class of the object



[ Top ]

boolean inheritsFrom [line 117]

boolean inheritsFrom( string $class)

Check if the object inherits from a specific class



Parameters:

string   $class   Class name to check

[ Top ]

boolean methodExists [line 98]

boolean methodExists( string $method)

Check if a method exists



Parameters:

string   $method   Method name to check

[ Top ]

void readProperty [line 128]

void readProperty( string $propertyname, string $valuename, [string $stream = 'post'])

Reads a property from the streams



Parameters:

string   $propertyname   Name of the property to read
string   $valuename   Value name to read
string   $stream   Stream to read from

[ Top ]

mixed __get [line 145]

mixed __get( string $nm)

To virtualize properties



Overridden in child classes as:

DBDataSet::__get()
Overriden to allow get field values as properties
IBDataSet::__get()
Overriden to allow get field values as properties

Parameters:

string   $nm   Property name

[ Top ]

void __set [line 184]

void __set( string $nm, mixed $val)

To virtualize properties



Overridden in child classes as:

DBDataSet::__set()
Overriden to allow get field values as properties
IBDataSet::__set()
Overriden to allow get field values as properties

Parameters:

string   $nm   Property name
mixed   $val   Property value

[ Top ]



Documentation generated on Tue, 27 Mar 2007 13:35:59 +0200 by phpDocumentor 1.3.1