PluginConfigRootfs
Table of Contents
-
$diffIds
: array<string|int, string>|null
-
$type
: string|null
-
getDiffIds()
: array<string|int, string>|null
-
getType()
: string|null
-
setDiffIds()
: self
-
setType()
: self
$diffIds
protected
array<string|int, string>|null
$diffIds
$type
protected
string|null
$type
getDiffIds()
public
getDiffIds() : array<string|int, string>|null
Return values
array<string|int, string>|null
—
getType()
public
getType() : string|null
Return values
string|null
—
setDiffIds()
public
setDiffIds(array<string|int, string>|null $diffIds) : self
Parameters
-
$diffIds
: array<string|int, string>|null
-
Return values
self
—
setType()
public
setType(string|null $type) : self
Parameters
-
$type
: string|null
-
Return values
self
—