Debug
Debug.
Tags
Table of Contents
- $category : string
- $id : int
- $subcategory : string
- $type : string
- $value : string
- getCategory() : string
- Get the value of Category.
- getId() : int
- Get the value of Id.
- getSubcategory() : string
- Get the value of Subcategory.
- getType() : string
- Get the value of Type.
- getValue() : string
- Get the value of Value.
- setCategory() : self
- Set the value of Category.
- setId() : self
- Set the value of Id.
- setSubcategory() : self
- Set the value of Subcategory.
- setType() : self
- Set the value of Type.
- setValue() : self
- Set the value of Value.
Properties
$category
private
string
$category
Tags
$id
private
int
$id
Tags
$subcategory
private
string
$subcategory
Tags
$type
private
string
$type
Tags
$value
private
string
$value
Tags
Methods
getCategory()
Get the value of Category.
public
getCategory() : string
Return values
string —getId()
Get the value of Id.
public
getId() : int
Return values
int —getSubcategory()
Get the value of Subcategory.
public
getSubcategory() : string
Return values
string —getType()
Get the value of Type.
public
getType() : string
Return values
string —getValue()
Get the value of Value.
public
getValue() : string
Return values
string —setCategory()
Set the value of Category.
public
setCategory(string $category) : self
Parameters
- $category : string
Return values
self —setId()
Set the value of Id.
public
setId(int $id) : self
Parameters
- $id : int
Return values
self —setSubcategory()
Set the value of Subcategory.
public
setSubcategory(string $subcategory) : self
Parameters
- $subcategory : string
Return values
self —setType()
Set the value of Type.
public
setType(string $type) : self
Parameters
- $type : string
Return values
self —setValue()
Set the value of Value.
public
setValue(string $value) : self
Parameters
- $value : string