Manifest
in package
Table of Contents
- $bundledComponents : BundledComponentCollection
- $copyrightInformation : CopyrightInformation
- $name : ApplicationName
- $requirements : RequirementCollection
- $type : Type
- $version : Version
- __construct() : mixed
- getBundledComponents() : BundledComponentCollection
- getCopyrightInformation() : CopyrightInformation
- getName() : ApplicationName
- getRequirements() : RequirementCollection
- getType() : Type
- getVersion() : Version
- isApplication() : bool
- isExtension() : bool
- isExtensionFor() : bool
- isLibrary() : bool
Properties
$bundledComponents
private
BundledComponentCollection
$bundledComponents
$copyrightInformation
private
CopyrightInformation
$copyrightInformation
$name
private
ApplicationName
$name
$requirements
private
RequirementCollection
$requirements
$type
private
Type
$type
$version
private
Version
$version
Methods
__construct()
public
__construct(ApplicationName $name, Version $version, Type $type, CopyrightInformation $copyrightInformation, RequirementCollection $requirements, BundledComponentCollection $bundledComponents) : mixed
Parameters
- $name : ApplicationName
- $version : Version
- $type : Type
- $copyrightInformation : CopyrightInformation
- $requirements : RequirementCollection
- $bundledComponents : BundledComponentCollection
Return values
mixed —getBundledComponents()
public
getBundledComponents() : BundledComponentCollection
Return values
BundledComponentCollection —getCopyrightInformation()
public
getCopyrightInformation() : CopyrightInformation
Return values
CopyrightInformation —getName()
public
getName() : ApplicationName
Return values
ApplicationName —getRequirements()
public
getRequirements() : RequirementCollection
Return values
RequirementCollection —getType()
public
getType() : Type
Return values
Type —getVersion()
public
getVersion() : Version
Return values
Version —isApplication()
public
isApplication() : bool
Return values
bool —isExtension()
public
isExtension() : bool
Return values
bool —isExtensionFor()
public
isExtensionFor(ApplicationName $application[, Version $version = null ]) : bool
Parameters
- $application : ApplicationName
- $version : Version = null
Return values
bool —isLibrary()
public
isLibrary() : bool