Documentation

EntryReportVersion
in package

Table of Contents

Properties

$endDate  : string
$id  : int
$startDate  : string
$userId  : int
$userTextId  : string
$version  : int

Methods

getEndDate()  : string
getId()  : int
getStartDate()  : string
getUserId()  : int
getUserTextId()  : string
getVersion()  : int
setEndDate()  : $this
setId()  : $this
setStartDate()  : $this
setUserId()  : $this
setUserTextId()  : $this
setVersion()  : $this

Properties

Methods

setEndDate()

public setEndDate(string $endDate) : $this
Parameters
$endDate : string
Return values
$this

setStartDate()

public setStartDate(string $startDate) : $this
Parameters
$startDate : string
Return values
$this

setUserId()

public setUserId(int $userId) : $this
Parameters
$userId : int
Return values
$this

setUserTextId()

public setUserTextId(string $userTextId) : $this
Parameters
$userTextId : string
Return values
$this

setVersion()

public setVersion(int $version) : $this
Parameters
$version : int
Return values
$this

        
On this page

Search results