AccountsOutput
in package
AccountsOutput.
Tags
Table of Contents
- $acctid : int|null
- $output : mixed
- getAcctid() : int
- Get the value of Acctid.
- getOutput() : mixed
- Get the value of Output.
- setAcctid() : self
- Set the value of Acctid.
- setOutput() : self
- Set the value of Output.
Properties
$acctid
private
int|null
$acctid
= null
Tags
$output
private
mixed
$output
= null
Tags
Methods
getAcctid()
Get the value of Acctid.
public
getAcctid() : int
Return values
int —getOutput()
Get the value of Output.
public
getOutput() : mixed
Return values
mixed —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