PHP 클래스 Horde_Kolab_Storage_Folder_Namespace_Fixed, horde

Copyright 2010-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
상속: extends Horde_Kolab_Storage_Folder_Namespace
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
__construct ( $user ) Constructor.
serialize ( ) : string Serialize this object.
unserialize ( string $data ) Reconstruct the object from serialized data.

비공개 메소드들

메소드 설명
_initializeData ( ) : array Initialize the namespace elements.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( $user )

serialize() 공개 메소드

Serialize this object.
public serialize ( ) : string
리턴 string The serialized data.

unserialize() 공개 메소드

Reconstruct the object from serialized data.
public unserialize ( string $data )
$data string The serialized data.