Whostyping
in package
Whostyping.
Tags
Table of Contents
- $name : string|null
- $section : string|null
- $time : int|null
- getName() : string
- Get the value of Name.
- getSection() : string
- Get the value of Section.
- getTime() : int
- Get the value of Time.
- setName() : self
- Set the value of Name.
- setSection() : self
- Set the value of Section.
- setTime() : self
- Set the value of Time.
Properties
$name
private
string|null
$name
= null
Tags
$section
private
string|null
$section
= null
Tags
$time
private
int|null
$time
= null
Tags
Methods
getName()
Get the value of Name.
public
getName() : string
Return values
string —getSection()
Get the value of Section.
public
getSection() : string
Return values
string —getTime()
Get the value of Time.
public
getTime() : int
Return values
int —setName()
Set the value of Name.
public
setName(string $name) : self
Parameters
- $name : string
Return values
self —setSection()
Set the value of Section.
public
setSection(string $section) : self
Parameters
- $section : string
Return values
self —setTime()
Set the value of Time.
public
setTime(int $time) : self
Parameters
- $time : int