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.
Автор: Gunnar Wrobel ([email protected])
Наследование: implements Countable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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