AccountsOutput
AccountsOutput.
Tags
Table of Contents
- $acctid : int
- $output : string
- getAcctid() : int
- Get the value of Acctid.
- getOutput() : string
- Get the value of Output.
- setAcctid() : self
- Set the value of Acctid.
- setOutput() : self
- Set the value of Output.
Properties
$acctid
private
int
$acctid
Tags
$output
private
string
$output
Tags
Methods
getAcctid()
Get the value of Acctid.
public
getAcctid() : int
Return values
int —getOutput()
Get the value of Output.
public
getOutput() : string
Return values
string —setAcctid()
Set the value of Acctid.
public
setAcctid(int $acctid) : self
Parameters
- $acctid : int
Return values
self —setOutput()
Set the value of Output.
public
setOutput(string $output) : self
Parameters
- $output : string