Class rex_package
Abstract base class for packages.
- rex_package implements rex_package_interface
Direct known subclasses
Abstract
Package: redaxo\core\packages
Author: gharlan
Located at redaxo/src/core/lib/packages/package.php
Package: redaxo\core\packages
Author: gharlan
Located at redaxo/src/core/lib/packages/package.php
Methods summary
public
|
||
public static
self
|
||
public static
boolean
|
||
public
string
|
||
public
|
||
public
|
||
public
|
||
public
|
||
public
|
||
public
mixed
|
||
public
boolean
|
||
public
|
||
public
boolean
|
||
public
boolean
|
||
public
mixed
|
||
public
mixed
|
||
public
mixed
|
||
public
|
||
public
|
||
public
|
||
public
|
||
public
|
||
public static
self[]
|
||
public static
self[]
|
||
public static
self[]
|
||
public static
self[]
|
||
public static
self[]
|
Methods inherited from rex_package_interface
getAddon()
,
getAssetsPath()
,
getAssetsUrl()
,
getCachePath()
,
getDataPath()
,
getPackageId()
,
getPath()
,
getType()
,
i18n()
,
isSystemPackage()
Constants summary
string |
FILE_PACKAGE
|
# 'package.yml' |
string |
FILE_BOOT
|
# 'boot.php' |
string |
FILE_INSTALL
|
# 'install.php' |
string |
FILE_INSTALL_SQL
|
# 'install.sql' |
string |
FILE_UNINSTALL
|
# 'uninstall.php' |
string |
FILE_UNINSTALL_SQL
|
# 'uninstall.sql' |
string |
FILE_UPDATE
|
# 'update.php' |