PHP Class 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.
Inheritance: implements Countable
Mostra file Open project: horde/horde Class Usage Examples

Public Methods

Method Description
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.

Method Details

asXml() public method

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

count() public method

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

importFile() public method

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