Debug
in package
Debug.
Tags
Table of Contents
- $category : string|null
- $id : string|null
- $subcategory : string|null
- $type : string|null
- $value : string|null
- 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|null
$category
= null
Tags
$id
private
string|null
$id
= null
Tags
$subcategory
private
string|null
$subcategory
= null
Tags
$type
private
string|null
$type
= null
Tags
$value
private
string|null
$value
= null
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