Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
LDAP_Bridge_Edit_Fns Class Reference
Inheritance diagram for LDAP_Bridge_Edit_Fns:
Asset_Edit_Fns MySource_Object

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
 

Detailed Description

Definition at line 30 of file ldap_bridge_edit_fns.inc.

Member Function Documentation

Constructor

Definition at line 38 of file ldap_bridge_edit_fns.inc.

ldapAvailable ( )

Show-if conditional: show if LDAP is available

Returns
boolean public

Definition at line 436 of file ldap_bridge_edit_fns.inc.

ldapNotAvailable ( )

Show-if conditional: show if LDAP is NOT available

Returns
boolean public

Definition at line 449 of file ldap_bridge_edit_fns.inc.

paintAttributes ( $asset,
$o,
  $prefix 
)

Paint the interface for editing schema attributes

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

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.

Parameters
object&$assetthe asset to which we belong
object&$othe outputter class
string$prefixprefix for the form element
Returns
boolean public

Definition at line 130 of file ldap_bridge_edit_fns.inc.

paintConnectionTest ( $asset,
$o,
  $prefix 
)

Paint a test connection to the LDAP bridge

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 88 of file ldap_bridge_edit_fns.inc.

paintLDAPNotAvailable ( $asset,
$o,
  $prefix 
)

Paints the message for LDAP not being available

Parameters
object&$assetthe asset to which we belong
object&$othe outputter class
string$prefixprefix for the form element
Returns
boolean public

Definition at line 402 of file ldap_bridge_edit_fns.inc.

paintUserSetup ( $asset,
$o,
  $prefix 
)

Paint the interface for editing schema attributes

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 282 of file ldap_bridge_edit_fns.inc.

processAttributes ( $asset,
$o,
  $prefix 
)

Processes the interface for editing schema attributes

Parameters
object&$assetthe asset to which we belong
object&$othe outputter class
string$prefixprefix for the form element
Returns
boolean public

Definition at line 255 of file ldap_bridge_edit_fns.inc.

processConnectionOptions ( $asset,
$o,
  $prefix 
)

Process interface allowing user customisation of LDAP connection options.

Parameters
object&$assetthe asset to which we belong
object&$othe outputter class
string$prefixprefix for the form element
Returns
boolean public

Definition at line 171 of file ldap_bridge_edit_fns.inc.

processConnectionTest ( $asset,
$o,
  $prefix 
)

Processes the interface for editing the test connection

Parameters
object&$assetthe asset to which we belong
object&$othe outputter class
string$prefixprefix for the form element
Returns
boolean public

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

Parameters
object&$assetthe asset to which we belong
object&$othe outputter class
string$prefixprefix for the form element
Returns
boolean public

Definition at line 423 of file ldap_bridge_edit_fns.inc.

processUserSetup ( $asset,
$o,
  $prefix 
)

Processes the interface for editing schema attributes

Parameters
object&$assetthe asset to which we belong
object&$othe outputter class
string$prefixprefix for the form element
Returns
boolean public

Definition at line 374 of file ldap_bridge_edit_fns.inc.


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