Property | Type | Description | |
---|---|---|---|
$_params | array | Additional parameters for the notepad handling. | |
$_shares | Horde_Share_Base | The share backend. | |
$_user | string | The current user. |
Method | Description | |
---|---|---|
__construct ( Horde_Share_Base $shares, string $user, array $params ) | Constructor. | |
ensureDefaultShare ( ) : string | null | Ensure the share system has a default notepad share for the current user if the default share feature is activated. | |
getDefaultShare ( ) : string | Returns the default share's ID, if it can be determined from the share backend. | |
setDefaultShare ( string $share ) | Runs any actions after setting a new default tasklist. |
Method | Description | |
---|---|---|
_getDefaultShareName ( ) : string | Return the name of the default share. | |
_prepareDefaultShare ( Horde_Share_Object $share ) | Add any modifiers required to the share in order to mark it as default. |
public __construct ( Horde_Share_Base $shares, string $user, array $params ) | ||
$shares | Horde_Share_Base | The share backend. |
$user | string | The current user. |
$params | array | Additional parameters. |
protected array $_params | ||
return | array |