PHP 클래스 Horde_Kolab_Storage_Folder_Data, horde

Copyright 2012-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.
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $path, Horde_Kolab_Storage_Folder_Type $type, Horde_Kolab_Storage_Folder_Namespace $namespace ) Constructor.
toArray ( ) : array Prepare an array representing the folder data.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $path, Horde_Kolab_Storage_Folder_Type $type, Horde_Kolab_Storage_Folder_Namespace $namespace )
$path string The folder path.
$type Horde_Kolab_Storage_Folder_Type The folder type.
$namespace Horde_Kolab_Storage_Folder_Namespace The namespace hanlder.

toArray() 공개 메소드

Prepare an array representing the folder data.
public toArray ( ) : array
리턴 array The folder data.