Overview

Packages

  • Kolab
    • Cli

Classes

  • Horde_Kolab_Cli
  • Horde_Kolab_Cli_Data_Ledger
  • Horde_Kolab_Cli_Exception
  • Horde_Kolab_Cli_Module_Account
  • Horde_Kolab_Cli_Module_Base
  • Horde_Kolab_Cli_Module_Data
  • Horde_Kolab_Cli_Module_Folder
  • Horde_Kolab_Cli_Module_Format
  • Horde_Kolab_Cli_Module_Ledger
  • Horde_Kolab_Cli_Module_List
  • Horde_Kolab_Cli_Translation

Interfaces

  • Horde_Kolab_Cli_Module
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Kolab_Cli_Data_Ledger

The Horde_Kolab_Cli_Data_Ledger:: class deals with ledger data.

Copyright 2011-2012 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_Kolab_Cli_Data_Ledger implements Countable
Package: Kolab\Cli
Category: Horde
License: LGPL 2.1
Author: Gunnar Wrobel wrobel@pardus.de
Link: http://pear.horde.org/index.php?package=Kolab_Cli
Located at Horde/Kolab/Cli/Data/Ledger.php
Methods summary
public null
# importFile( string $ledger_file )

Import ledger data from a file.

Import ledger data from a file.

Parameters

$ledger_file
The file to import.

Returns

null
public array
# asXml( )

Return the entries as XML strings.

Return the entries as XML strings.

Returns

array
An array of XML strings.
public integer
# count( )

Returns the number of ledger entries.

Returns the number of ledger entries.

Returns

integer
The number of entries.

Implementation of

Countable::count()
API documentation generated by ApiGen