PHP 클래스 Horde_Kolab_Cli_Data_Ledger, horde

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

공개 메소드들

메소드 설명
asXml ( ) : array Return the entries as XML strings.
count ( ) : integer Returns the number of ledger entries.
importFile ( string $ledger_file ) : null Import ledger data from a file.

메소드 상세

asXml() 공개 메소드

Return the entries as XML strings.
public asXml ( ) : array
리턴 array An array of XML strings.

count() 공개 메소드

Returns the number of ledger entries.
public count ( ) : integer
리턴 integer The number of entries.

importFile() 공개 메소드

Import ledger data from a file.
public importFile ( string $ledger_file ) : null
$ledger_file string The file to import.
리턴 null