FusionDirectory
Public Member Functions
UserTabLockingAction Interface Reference

This interface is implemented when a user tabs needs to alter the locking LDAP modification for users. More...

Public Member Functions

 fillLockingLDAPAttrs (string $mode, array &$modify)
 Fills the $modify array with needed modifications for (un)locking this user. More...
 

Detailed Description

This interface is implemented when a user tabs needs to alter the locking LDAP modification for users.

Definition at line 29 of file interface_UserTabLockingAction.inc.

Member Function Documentation

◆ fillLockingLDAPAttrs()

fillLockingLDAPAttrs ( string  $mode,
array &  $modify 
)

Fills the $modify array with needed modifications for (un)locking this user.

This method is called after loading the object, so $this->attrs should contain information identical to the one in the LDAP

Parameters
string$modeLOCK or UNLOCK
array&$modifyLDAP modification to execute for (un)locking

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