Documentation

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

Methods

getDetails()

Key/value pairs of strings with additional information about the.

public getDetails() : mixed
Return values
mixed

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
Return values
self

Search results