Documentation

FilterExtIdType
in package

Class representing FilterExtIdType.

XSD Type: filterExtIdType

Table of Contents

Properties

$extId  : ExtIdType|null
Vybere záznam dle zadaného externího identifikátoru.
$id  : int|null
Filtr podle ID záznamu.

Methods

getExtId()  : ExtIdType
Gets as extId.
getId()  : int
Gets as id.
setExtId()  : self
Sets a new extId.
setId()  : self
Sets a new id.

Properties

Methods

getId()

Gets as id.

public getId() : int

Filtr podle ID záznamu.

Return values
int

setExtId()

Sets a new extId.

public setExtId([ExtIdType|null $extId = null ]) : self

Vybere záznam dle zadaného externího identifikátoru.

Parameters
$extId : ExtIdType|null = null
Return values
self

setId()

Sets a new id.

public setId(int $id) : self

Filtr podle ID záznamu.

Parameters
$id : int
Return values
self

        
On this page

Search results