Squiz Matrix
4.12.2
|
Public Member Functions | |
__construct () | |
paintConnectionTest (&$asset, &$o, $prefix) | |
processConnectionTest (&$asset, &$o, $prefix) | |
paintConnectionOptions (&$asset, &$o, $prefix) | |
processConnectionOptions (&$asset, &$o, $prefix) | |
paintLdapBridgeAsset (&$asset, &$o, $prefix) | |
processLdapBridgeAsset (&$asset, &$o, $prefix) | |
paintLDAPNotAvailable (&$asset, &$o, $prefix) | |
processLDAPNotAvailable (&$asset, &$o, $prefix) | |
ldapAvailable () | |
ldapNotAvailable () | |
paintLdapSearchFilter (&$asset, &$o, $prefix) | |
processLdapSearchFilter (&$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 () | |
Additional Inherited Members | |
Data Fields inherited from Asset_Edit_Fns | |
$static_screens | |
Definition at line 31 of file data_source_ldap_edit_fns.inc.
__construct | ( | ) |
Constructor
Definition at line 39 of file data_source_ldap_edit_fns.inc.
ldapAvailable | ( | ) |
Show-if conditional: show if LDAP is available
Definition at line 293 of file data_source_ldap_edit_fns.inc.
ldapNotAvailable | ( | ) |
Show-if conditional: show if LDAP is NOT available
Definition at line 306 of file data_source_ldap_edit_fns.inc.
paintConnectionOptions | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paints an interface that allows the user customisation of LDAP connection options.
object | &$asset | the asset to which we belong |
object | &$o | the outputter class |
string | $prefix | prefix for the form element |
Definition at line 101 of file data_source_ldap_edit_fns.inc.
paintConnectionTest | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paint a test connection to the LDAP bridge
object | &$asset | the asset whose interface we are painting |
object | &$o | the outputter class |
string | $prefix | prefix for the form elements |
Definition at line 56 of file data_source_ldap_edit_fns.inc.
paintLdapBridgeAsset | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paints the root node selection box for an LDAP Bridge asset
object | &$asset | asset being painted |
object | &$o | backend outputter |
string | $prefix | prefix for the html doc element name |
Definition at line 172 of file data_source_ldap_edit_fns.inc.
paintLDAPNotAvailable | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paints the message for LDAP not being available
object | &$asset | the asset to which we belong |
object | &$o | the outputter class |
string | $prefix | prefix for the form element |
Definition at line 259 of file data_source_ldap_edit_fns.inc.
paintLdapSearchFilter | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paints the interface for editing search filter query
object | &$asset | the DB Data source asset |
object | &$o | the backend outputter |
string | $prefix | prefix for form elements |
Definition at line 325 of file data_source_ldap_edit_fns.inc.
processConnectionOptions | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Process interface allowing user customisation of LDAP connection options.
object | &$asset | the asset to which we belong |
object | &$o | the outputter class |
string | $prefix | prefix for the form element |
Definition at line 142 of file data_source_ldap_edit_fns.inc.
processConnectionTest | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Processes the interface for editing the test connection
object | &$asset | the asset to which we belong |
object | &$o | the outputter class |
string | $prefix | prefix for the form element |
Definition at line 83 of file data_source_ldap_edit_fns.inc.
processLdapBridgeAsset | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Process the root node selection box for an LDAP Bridge asset
object | &$asset | asset being painted |
object | &$o | backend outputter |
string | $prefix | prefix for the html doc element name |
Definition at line 206 of file data_source_ldap_edit_fns.inc.
processLDAPNotAvailable | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Processes the (non-existant) interface for LDAP not being available
object | &$asset | the asset to which we belong |
object | &$o | the outputter class |
string | $prefix | prefix for the form element |
Definition at line 280 of file data_source_ldap_edit_fns.inc.
processLdapSearchFilter | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Processes the interface for editing search filter query
object | &$asset | the search page asset |
object | &$o | the backend outputter |
string | $prefix | prefix for form elements |
Definition at line 362 of file data_source_ldap_edit_fns.inc.