Nastywords
Nastywords.
Tags
Table of Contents
- $type : string
- $words : string
- getType() : string
- Get the value of Type.
- getWords() : string
- Get the value of Words.
- setType() : self
- Set the value of Type.
- setWords() : self
- Set the value of Words.
Properties
$type
private
string
$type
Tags
$words
private
string
$words
Tags
Methods
getType()
Get the value of Type.
public
getType() : string
Return values
string —getWords()
Get the value of Words.
public
getWords() : string
Return values
string —setType()
Set the value of Type.
public
setType(string $type) : self
Parameters
- $type : string
Return values
self —setWords()
Set the value of Words.
public
setWords(string $words) : self
Parameters
- $words : string