메소드 | 설명 | |
---|---|---|
getUserMgrTabs ( Horde_Variables $vars ) : Horde_Core_Ui_Tabs | Creates tabs to navigate the user manager area. | |
getUserMgrTypes ( ) | ||
hasPermission ( string $domain = null, integer $permmask = null ) : boolean | Checks whether the current user has administrative permissions over the requested domain at the given permissions level. | |
setCurDomain ( $domain = null ) | Set the current domain. | |
stripDomain ( string $email ) : string | Strip the user name from an email address (leaving the domain). | |
stripUser ( string $email ) : string | Strips the domain from an email address (leaving the user name). |
public static getUserMgrTabs ( Horde_Variables $vars ) : Horde_Core_Ui_Tabs | ||
$vars | Horde_Variables | |
리턴 | Horde_Core_Ui_Tabs |
public static stripDomain ( string $email ) : string | ||
string | Email address to strip. | |
리턴 | string | Domain portion of the email address. |