PHP 클래스 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.
저자: Gunnar Wrobel ([email protected])
상속: extends Mnemo_Notepads_Base
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
setDefaultShare ( string $share ) Runs any actions after setting a new default notepad.

보호된 메소드들

메소드 설명
_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.

메소드 상세

_getDefaultShareName() 보호된 메소드

Return the name of the default share.
protected _getDefaultShareName ( ) : string
리턴 string The name of a default share.

_prepareDefaultShare() 보호된 메소드

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() 공개 메소드

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