VersionInfoItemFactory

Class VersionInfoItemFactory

category

Core

package

VersionInfo

subpackage

Factories

Methods

Create new VersionInfoDatabaseItem object.

createVersionInfoDatabaseItem(\NonEmptyStringType $name, \NonEmptyStringType $version, \NonEmptyStringType $vendor, \NonEmptyStringType $changelogVersionURL, \DateTime $installationDate, \BoolType $installedStatus) : \VersionInfoDatabaseItem

Arguments

$changelogVersionURL

\NonEmptyStringType

$installationDate

\DateTime

$installedStatus

\BoolType

Response

\VersionInfoDatabaseItem

Create new VersionInfoFileItem object.

createVersionInfoFileItem(\NonEmptyStringType $name, \NonEmptyStringType $version, \NonEmptyStringType $vendor, \NonEmptyStringType $changelogVersionURL, \DateTime $installationDate, \BoolType $installedStatus) : \VersionInfoFileItem

Arguments

$changelogVersionURL

\NonEmptyStringType

$installationDate

\DateTime

$installedStatus

\BoolType

Response

\VersionInfoFileItem