SystemVersionComponentsItem
Table of Contents
- $details : mixed|null
- Key/value pairs of strings with additional information about the.
- $name : string|null
- Name of the component.
- $version : string|null
- Version of the component.
- getDetails() : mixed
- Key/value pairs of strings with additional information about the.
- getName() : string|null
- Name of the component.
- getVersion() : string|null
- Version of the component.
- setDetails() : self
- Key/value pairs of strings with additional information about the.
- setName() : self
- Name of the component.
- setVersion() : self
- Version of the component.
Properties
$details
Key/value pairs of strings with additional information about the.
protected
mixed|null
$details
$name
Name of the component.
protected
string|null
$name
$version
Version of the component.
protected
string|null
$version
Methods
getDetails()
Key/value pairs of strings with additional information about the.
public
getDetails() : mixed
Return values
mixed —getName()
Name of the component.
public
getName() : string|null
Return values
string|null —getVersion()
Version of the component.
public
getVersion() : string|null
Return values
string|null —setDetails()
Key/value pairs of strings with additional information about the.
public
setDetails(mixed $details) : self
Parameters
- $details : mixed
Return values
self —setName()
Name of the component.
public
setName(string|null $name) : self
Parameters
- $name : string|null
Return values
self —setVersion()
Version of the component.
public
setVersion(string|null $version) : self
Parameters
- $version : string|null