Squiz Matrix
4.12.2
|
Public Member Functions | |
LDAP_Bridge_Edit_Fns () | |
paintConnectionTest (&$asset, &$o, $prefix) | |
processConnectionTest (&$asset, &$o, $prefix) | |
paintConnectionOptions (&$asset, &$o, $prefix) | |
processConnectionOptions (&$asset, &$o, $prefix) | |
paintAttributes (&$asset, &$o, $prefix) | |
processAttributes (&$asset, &$o, $prefix) | |
paintUserSetup (&$asset, &$o, $prefix) | |
processUserSetup (&$asset, &$o, $prefix) | |
paintLDAPNotAvailable (&$asset, &$o, $prefix) | |
processLDAPNotAvailable (&$asset, &$o, $prefix) | |
ldapAvailable () | |
ldapNotAvailable () | |
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 30 of file ldap_bridge_edit_fns.inc.
Constructor
Definition at line 38 of file ldap_bridge_edit_fns.inc.
ldapAvailable | ( | ) |
Show-if conditional: show if LDAP is available
Definition at line 436 of file ldap_bridge_edit_fns.inc.
ldapNotAvailable | ( | ) |
Show-if conditional: show if LDAP is NOT available
Definition at line 449 of file ldap_bridge_edit_fns.inc.
paintAttributes | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paint the interface for editing schema attributes
object | &$asset | the asset whose interface we are painting |
object | &$o | the outputter class |
string | $prefix | prefix for the form elements |
Definition at line 201 of file ldap_bridge_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 130 of file ldap_bridge_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 88 of file ldap_bridge_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 402 of file ldap_bridge_edit_fns.inc.
paintUserSetup | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paint the interface for editing schema attributes
object | &$asset | the asset whose interface we are painting |
object | &$o | the outputter class |
string | $prefix | prefix for the form elements |
Definition at line 282 of file ldap_bridge_edit_fns.inc.
processAttributes | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Processes the interface for editing schema attributes
object | &$asset | the asset to which we belong |
object | &$o | the outputter class |
string | $prefix | prefix for the form element |
Definition at line 255 of file ldap_bridge_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 171 of file ldap_bridge_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 113 of file ldap_bridge_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 423 of file ldap_bridge_edit_fns.inc.
processUserSetup | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Processes the interface for editing schema attributes
object | &$asset | the asset to which we belong |
object | &$o | the outputter class |
string | $prefix | prefix for the form element |
Definition at line 374 of file ldap_bridge_edit_fns.inc.