PHP Class Mnemo_Notepads_Kolab, horde

Copyright 2011-2016 Horde LLC (http://www.horde.org/) See the enclosed file LICENSE for license information (ASL). If you did not receive this file, see http://www.horde.org/licenses/apache.
Author: Gunnar Wrobel ([email protected])
Inheritance: extends Mnemo_Notepads_Base
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode Description
setDefaultShare ( string $share ) Runs any actions after setting a new default notepad.

Méthodes protégées

Méthode 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.

Method Details

_getDefaultShareName() protected méthode

Return the name of the default share.
protected _getDefaultShareName ( ) : string
Résultat string The name of a default share.

_prepareDefaultShare() protected méthode

Add any modifiers required to the share in order to mark it as default.
protected _prepareDefaultShare ( Horde_Share_Object $share )
$share Horde_Share_Object The new default share.

setDefaultShare() public méthode

Runs any actions after setting a new default notepad.
public setDefaultShare ( string $share )
$share string The default share ID.