Documentation

AccountancyType
in package

Class representing AccountancyType.

XSD Type: accountancyType

Table of Contents

Properties

$accountingItem  : array<string|int, AccountingItemType>
Účetní doklad.
$version  : string|null

Methods

addToAccountingItem()  : self
Adds as accountingItem.
getAccountingItem()  : array<string|int, AccountingItemType>
Gets as accountingItem.
getVersion()  : string
Gets as version.
issetAccountingItem()  : bool
isset accountingItem.
setAccountingItem()  : self
Sets a new accountingItem.
setVersion()  : self
Sets a new version.
unsetAccountingItem()  : void
unset accountingItem.

Properties

Methods

getVersion()

Gets as version.

public getVersion() : string
Return values
string

issetAccountingItem()

isset accountingItem.

public issetAccountingItem(int|string $index) : bool

Účetní doklad.

Parameters
$index : int|string
Return values
bool

setVersion()

Sets a new version.

public setVersion(string $version) : self
Parameters
$version : string
Return values
self

unsetAccountingItem()

unset accountingItem.

public unsetAccountingItem(int|string $index) : void

Účetní doklad.

Parameters
$index : int|string

        
On this page

Search results