Petitions
Petitions.
Tags
Table of Contents
- $author : int
- $body : string
- $closedate : DateTime
- $closeuserid : int
- $date : DateTime
- $id : string
- $ip : string
- $pageinfo : string
- $petitionid : int
- $status : int
- __construct() : mixed
- getAuthor() : int
- Get the value of Author.
- getBody() : string
- Get the value of Body.
- getClosedate() : DateTime
- Get the value of Closedate.
- getCloseuserid() : int
- Get the value of Closeuserid.
- getDate() : DateTime
- Get the value of Date.
- getId() : string
- Get the value of Id.
- getIp() : string
- Get the value of Ip.
- getPageinfo() : string
- Get the value of Pageinfo.
- getPetitionid() : int|null
- Get the value of Petitionid.
- getStatus() : int
- Get the value of Status.
- setAuthor() : self
- Set the value of Author.
- setBody() : self
- Set the value of Body.
- setClosedate() : self
- Set the value of Closedate.
- setCloseuserid() : self
- Set the value of Closeuserid.
- setDate() : self
- Set the value of Date.
- setId() : self
- Set the value of Id.
- setIp() : self
- Set the value of Ip.
- setPageinfo() : self
- Set the value of Pageinfo.
- setPetitionid() : self
- Set the value of Petitionid.
- setStatus() : self
- Set the value of Status.
Properties
$author
private
int
$author
= 0
Tags
$body
private
string
$body
= ''
Tags
$closedate
private
DateTime
$closedate
Tags
$closeuserid
private
int
$closeuserid
= 0
Tags
$date
private
DateTime
$date
Tags
$id
private
string
$id
= ''
Tags
$ip
private
string
$ip
= ''
Tags
$pageinfo
private
string
$pageinfo
= []
Tags
$petitionid
private
int
$petitionid
Tags
$status
private
int
$status
= 0
Tags
Methods
__construct()
public
__construct() : mixed
Return values
mixed —getAuthor()
Get the value of Author.
public
getAuthor() : int
Return values
int —getBody()
Get the value of Body.
public
getBody() : string
Return values
string —getClosedate()
Get the value of Closedate.
public
getClosedate() : DateTime
Return values
DateTime —getCloseuserid()
Get the value of Closeuserid.
public
getCloseuserid() : int
Return values
int —getDate()
Get the value of Date.
public
getDate() : DateTime
Return values
DateTime —getId()
Get the value of Id.
public
getId() : string
Return values
string —getIp()
Get the value of Ip.
public
getIp() : string
Return values
string —getPageinfo()
Get the value of Pageinfo.
public
getPageinfo() : string
Return values
string —getPetitionid()
Get the value of Petitionid.
public
getPetitionid() : int|null
Return values
int|null —getStatus()
Get the value of Status.
public
getStatus() : int
Return values
int —setAuthor()
Set the value of Author.
public
setAuthor(int $author) : self
Parameters
- $author : int
Return values
self —setBody()
Set the value of Body.
public
setBody(string $body) : self
Parameters
- $body : string
Return values
self —setClosedate()
Set the value of Closedate.
public
setClosedate(DateTime $closedate) : self
Parameters
- $closedate : DateTime
Return values
self —setCloseuserid()
Set the value of Closeuserid.
public
setCloseuserid(int $closeuserid) : self
Parameters
- $closeuserid : int
Return values
self —setDate()
Set the value of Date.
public
setDate(DateTime $date) : self
Parameters
- $date : DateTime
Return values
self —setId()
Set the value of Id.
public
setId(string $id) : self
Parameters
- $id : string
Return values
self —setIp()
Set the value of Ip.
public
setIp(string $ip) : self
Parameters
- $ip : string
Return values
self —setPageinfo()
Set the value of Pageinfo.
public
setPageinfo(string $pageinfo) : self
Parameters
- $pageinfo : string
Return values
self —setPetitionid()
Set the value of Petitionid.
public
setPetitionid(int $petitionid) : self
Parameters
- $petitionid : int
Return values
self —setStatus()
Set the value of Status.
public
setStatus(int $status) : self
Parameters
- $status : int