\Horde_Kolab_Cli_Data_Ledger

The Horde_Kolab_Cli_Data_Ledger:: class deals with ledger data.

Copyright 2011-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Summary

Methods
Properties
Constants
importFile()
asXml()
count()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_entries
N/A

Properties

$_entries

$_entries : array

The ledger entries.

Type

array

Methods

importFile()

importFile(string  $ledger_file) : NULL

Import ledger data from a file.

Parameters

string $ledger_file

The file to import.

Returns

NULL

asXml()

asXml() : array

Return the entries as XML strings.

Returns

array —

An array of XML strings.

count()

count() : integer

Returns the number of ledger entries.

Returns

integer —

The number of entries.