PHP 클래스 Horde_Kolab_Storage_Folder_Namespace_Config, horde

상속: extends Horde_Kolab_Storage_Folder_Namespace
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$configuration array The namespace configuration.

공개 메소드들

메소드 설명
__construct ( string $user, array $configuration ) 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 ( string $user, array $configuration )
$user string The current user.
$configuration array The namespace configuration.

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.

프로퍼티 상세

$configuration 보호되어 있는 프로퍼티

The namespace configuration.
protected array $configuration
리턴 array