Copyright
Table of Contents
Constants
- LICENCE_APACHE2 = "Apache License, Version 2.0"
- LICENCE_BSD2 = "2-Clause BSD"
- LICENCE_BSD3 = "3-Clause BSD"
- LICENCE_COMMERCIAL = "Commercial"
- LICENCE_CUSTOM = "License"
- LICENCE_LGPL2 = "GNU Lesser General Public License, Version 2.1"
- LICENCE_MIT = "MIT"
- LICENCE_OFL = "SIL Open Font License, Version 1.1"
- LICENCE_PUBLIC_DOMAIN = "Public Domain"
- LICENCE_W3C = "W3C License"
Methods
- __construct() : mixed
- getBitrixCopyright() : static
- Returns the product info.
- getCopyright() : mixed
- getCopyrightUrl() : mixed
- getLicence() : mixed
- getLicenceText() : mixed
- getLicenceUrl() : mixed
- getProductName() : mixed
- getProductUrl() : mixed
- getSupportUrl() : mixed
- getThirdPartySoftware() : array<string|int, static>
- Returns the array of third-party software components, sorted alphabetically.
- getVendorName() : mixed
- getVendorUrl() : mixed
- setCopyright() : static
- setCopyrightUrl() : static
- setLicence() : static
- setLicenceText() : static
- setLicenceUrl() : Copyright
- setProductName() : static
- setProductUrl() : static
- setSupportUrl() : static
- setVendorName() : static
- setVendorUrl() : static
Constants
LICENCE_APACHE2
public
mixed
LICENCE_APACHE2
= "Apache License, Version 2.0"
LICENCE_BSD2
public
mixed
LICENCE_BSD2
= "2-Clause BSD"
LICENCE_BSD3
public
mixed
LICENCE_BSD3
= "3-Clause BSD"
LICENCE_COMMERCIAL
public
mixed
LICENCE_COMMERCIAL
= "Commercial"
LICENCE_CUSTOM
public
mixed
LICENCE_CUSTOM
= "License"
LICENCE_LGPL2
public
mixed
LICENCE_LGPL2
= "GNU Lesser General Public License, Version 2.1"
LICENCE_MIT
public
mixed
LICENCE_MIT
= "MIT"
LICENCE_OFL
public
mixed
LICENCE_OFL
= "SIL Open Font License, Version 1.1"
LICENCE_PUBLIC_DOMAIN
public
mixed
LICENCE_PUBLIC_DOMAIN
= "Public Domain"
LICENCE_W3C
public
mixed
LICENCE_W3C
= "W3C License"
Methods
__construct()
public
__construct(mixed $productName) : mixed
Parameters
- $productName : mixed
getBitrixCopyright()
Returns the product info.
public
static getBitrixCopyright() : static
Return values
staticgetCopyright()
public
getCopyright() : mixed
getCopyrightUrl()
public
getCopyrightUrl() : mixed
getLicence()
public
getLicence() : mixed
getLicenceText()
public
getLicenceText() : mixed
getLicenceUrl()
public
getLicenceUrl() : mixed
getProductName()
public
getProductName() : mixed
getProductUrl()
public
getProductUrl() : mixed
getSupportUrl()
public
getSupportUrl() : mixed
getThirdPartySoftware()
Returns the array of third-party software components, sorted alphabetically.
public
static getThirdPartySoftware() : array<string|int, static>
Return values
array<string|int, static>getVendorName()
public
getVendorName() : mixed
getVendorUrl()
public
getVendorUrl() : mixed
setCopyright()
public
setCopyright(mixed $copyright) : static
Parameters
- $copyright : mixed
Return values
staticsetCopyrightUrl()
public
setCopyrightUrl(mixed $copyrightUrl) : static
Parameters
- $copyrightUrl : mixed
Return values
staticsetLicence()
public
setLicence(mixed $licence) : static
Parameters
- $licence : mixed
Return values
staticsetLicenceText()
public
setLicenceText(mixed $licenceText) : static
Parameters
- $licenceText : mixed
Return values
staticsetLicenceUrl()
public
setLicenceUrl(mixed $licenceUrl) : Copyright
Parameters
- $licenceUrl : mixed
Return values
CopyrightsetProductName()
public
setProductName(mixed $productName) : static
Parameters
- $productName : mixed
Return values
staticsetProductUrl()
public
setProductUrl(mixed $productUrl) : static
Parameters
- $productUrl : mixed
Return values
staticsetSupportUrl()
public
setSupportUrl(mixed $supportUrl) : static
Parameters
- $supportUrl : mixed
Return values
staticsetVendorName()
public
setVendorName(mixed $vendorName) : static
Parameters
- $vendorName : mixed
Return values
staticsetVendorUrl()
public
setVendorUrl(mixed $vendorUrl) : static
Parameters
- $vendorUrl : mixed