Squiz Matrix
4.12.2
|
Public Member Functions | |
__construct () | |
paintConnectorLink (&$asset, &$o, $prefix) | |
processConnectorLink (&$asset, &$o, $prefix) | |
paintDSN (&$asset, &$o, $prefix) | |
processDSN (&$asset, &$o, $prefix) | |
paintDSNAlone (&$asset, &$o, $prefix) | |
processDSNAlone (&$asset, &$o, $prefix) | |
paintQuerySoFar (&$asset, &$o, $prefix) | |
processQuerySoFar (&$asset, &$o, $prefix) | |
paintDebugInfo (&$asset, &$o, $prefix) | |
Public Member Functions inherited from Data_Source_Edit_Fns | |
__construct () | |
paintShadow (Data_Source $asset, Backend_Outputter $o, $prefix) | |
processShadow (Data_Source $asset, Backend_Outputter $o, $prefix) | |
paintKeywords (Data_Source $asset, Backend_Outputter $o, $prefix) | |
processKeywords (Data_Source $asset, Backend_Outputter $o, $prefix) | |
paintRecordFilter (&$asset, &$o, $prefix) | |
processRecordFilter (&$asset, &$o, $prefix) | |
resultSetExists (&$asset, $prefix) | |
paintDynamicData (&$asset, &$o, $prefix) | |
processDynamicData (&$asset, &$o, $prefix) | |
Public Member Functions inherited from Asset_Edit_Fns | |
Asset_Edit_Fns () | |
paintPaths (&$asset, &$o, $prefix) | |
paintEditRemapURLs (&$asset, &$o, $prefix) | |
processPaths (&$asset, &$o, $prefix) | |
processEditRemapURLs (&$asset, &$o, $prefix) | |
paintURLs (&$asset, &$o, $prefix) | |
paintAddRemapURLs (&$asset, &$o, $prefix) | |
processAddRemapURLs (&$asset, &$o, $prefix) | |
isWorkflowComplete (&$asset) | |
paintNoticeLinkedAsset (&$asset, $link_value, $type_codes=Array(), $field_name='', $multiple=FALSE) | |
processNoticeLinkedAsset (&$asset, $link_value, $field_name='', $multiple=FALSE) | |
isSearchInstalled (&$asset, $prefix) | |
isBeingCreated (&$asset) | |
isNotBeingCreated (&$asset) | |
paintAutomaticRemapSetting (&$asset, &$o, $prefix) | |
paintCreateLink (&$asset, &$o, $prefix) | |
Public Member Functions inherited from MySource_Object | |
MySource_Object () | |
__sleep () | |
__wakeup () | |
Data Fields | |
$dsn = NULL | |
$result = NULL | |
$fields = Array() | |
$selected_fields = Array() | |
$group_by = Array() | |
$conn = NULL | |
Definition at line 31 of file data_source_db_edit_fns.inc.
__construct | ( | ) |
Constructor
Definition at line 46 of file data_source_db_edit_fns.inc.
paintConnectorLink | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paints the root node selection box
object | &$asset | asset being painted |
object | &$o | backend outputter |
string | $prefix | prefix for the html doc element name |
Definition at line 63 of file data_source_db_edit_fns.inc.
paintDebugInfo | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paint Debug info for this asset
object | &$asset | the asset |
object | &$o | the backend outputter |
string | $prefix | prefix for form elements |
Definition at line 393 of file data_source_db_edit_fns.inc.
paintDSN | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paints the interface for entering Data Source details
object | &$asset | the Data_Source_DB asset |
object | &$o | the backend outputter |
string | $prefix | prefix for form elements |
Definition at line 154 of file data_source_db_edit_fns.inc.
paintDSNAlone | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paints the interface for entering Data Source details
object | &$asset | the Data_Source_DB asset |
object | &$o | the backend outputter |
string | $prefix | prefix for form elements |
Definition at line 289 of file data_source_db_edit_fns.inc.
paintQuerySoFar | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paints the interface for painting the query
object | &$asset | the DB Data source asset |
object | &$o | the backend outputter |
string | $prefix | prefix for form elements |
Definition at line 335 of file data_source_db_edit_fns.inc.
processConnectorLink | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paints the root node selection box
object | &$asset | asset being painted |
object | &$o | backend outputter |
string | $prefix | prefix for the html doc element name |
Definition at line 97 of file data_source_db_edit_fns.inc.
processDSN | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Processes the interface for entering DSN
object | &$asset | the Data_Source_DB asset |
object | &$o | the backend outputter |
string | $prefix | prefix for form elements |
Definition at line 224 of file data_source_db_edit_fns.inc.
processDSNAlone | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Processes the interface for entering DSN
object | &$asset | the Data_Source_DB asset |
object | &$o | the backend outputter |
string | $prefix | prefix for form elements |
Definition at line 315 of file data_source_db_edit_fns.inc.
processQuerySoFar | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Processes the interface for entering and reassigning the sql query
object | &$asset | the search page asset |
object | &$o | the backend outputter |
string | $prefix | prefix for form elements |
Definition at line 372 of file data_source_db_edit_fns.inc.