Class VersionInfoItemFactory
Class VersionInfoItemFactory
Package: VersionInfo\Factories
Category: Core
Located at Services/Core/VersionInfo/Factories/VersionInfoItemFactory.inc.php
Category: Core
Located at Services/Core/VersionInfo/Factories/VersionInfoItemFactory.inc.php
Methods summary
public
createVersionInfoDatabaseItem( NonEmptyStringType $name, NonEmptyStringType $version, NonEmptyStringType $vendor, NonEmptyStringType $changelogVersionURL, DateTime $installationDate, BoolType $installedStatus )
: VersionInfoDatabaseItem
Create new VersionInfoDatabaseItem object.
public
createVersionInfoFileItem( NonEmptyStringType $name, NonEmptyStringType $version, NonEmptyStringType $vendor, NonEmptyStringType $changelogVersionURL, DateTime $installationDate, BoolType $installedStatus )
: VersionInfoFileItem
Create new VersionInfoFileItem object.