VersionInfoItemFactory
in package
Class VersionInfoItemFactory
Tags
Table of Contents
- createVersionInfoDatabaseItem() : VersionInfoDatabaseItem
- Create new VersionInfoDatabaseItem object.
- createVersionInfoFileItem() : VersionInfoFileItem
- Create new VersionInfoFileItem object.
Methods
createVersionInfoDatabaseItem()
Create new VersionInfoDatabaseItem object.
public
createVersionInfoDatabaseItem(NonEmptyStringType $name, NonEmptyStringType $version, NonEmptyStringType $vendor, NonEmptyStringType $changelogVersionURL, DateTime $installationDate, BoolType $installedStatus) : VersionInfoDatabaseItem
Parameters
- $name : NonEmptyStringType
- $version : NonEmptyStringType
- $vendor : NonEmptyStringType
- $changelogVersionURL : NonEmptyStringType
- $installationDate : DateTime
- $installedStatus : BoolType
Return values
VersionInfoDatabaseItem —createVersionInfoFileItem()
Create new VersionInfoFileItem object.
public
createVersionInfoFileItem(NonEmptyStringType $name, NonEmptyStringType $version, NonEmptyStringType $vendor, NonEmptyStringType $changelogVersionURL, DateTime $installationDate, BoolType $installedStatus) : VersionInfoFileItem
Parameters
- $name : NonEmptyStringType
- $version : NonEmptyStringType
- $vendor : NonEmptyStringType
- $changelogVersionURL : NonEmptyStringType
- $installationDate : DateTime
- $installedStatus : BoolType