HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
TbExtendedTooltipAction Class Reference

Public Member Functions

 run ()

Public Attributes

 $tooltipTable = 'tbl_tooltip'
 $connectionID = 'db'

Protected Member Functions

 getDbConnection ()

Protected Attributes

 $_db

Detailed Description

Definition at line 13 of file TbExtendedTooltipAction.php.

Member Function Documentation

TbExtendedTooltipAction::getDbConnection ( )
protected

Returns the currently active database connection. By default, the 'db' application component will be returned and activated. You can call setDbConnection to switch to a different database connection. Methods such as insert, createTable will use this database connection to perform DB queries.

Exceptions
CException
Returns
CDbConnection the currently active database connection

Definition at line 63 of file TbExtendedTooltipAction.php.

Here is the caller graph for this function:

TbExtendedTooltipAction::run ( )

CAction run's method

Definition at line 36 of file TbExtendedTooltipAction.php.

Here is the call graph for this function:

Member Data Documentation

TbExtendedTooltipAction::$_db
protected

Definition at line 31 of file TbExtendedTooltipAction.php.

TbExtendedTooltipAction::$connectionID = 'db'

Definition at line 26 of file TbExtendedTooltipAction.php.

TbExtendedTooltipAction::$tooltipTable = 'tbl_tooltip'

Definition at line 20 of file TbExtendedTooltipAction.php.


The documentation for this class was generated from the following file: