Class rex_null_addon

Represents a null addon.

rex_null_package implements rex_package_interface uses rex_singleton_trait
Extended by rex_null_addon implements rex_addon_interface
Package: redaxo\core\packages
Author: gharlan
Located at redaxo/src/core/lib/packages/addons/null.php

Methods summary

public string
# getType( )

Returns the package type as string.

public rex_plugin
# getPlugin( string $plugin )

Returns the child plugin by the given name.

public boolean
# pluginExists( string $plugin )

Returns if the plugin exists.

public rex_plugin[]
# getRegisteredPlugins( )

Returns the registered plugins.

public rex_plugin[]
# getInstalledPlugins( )

Returns the installed plugins.

public rex_plugin[]
# getAvailablePlugins( )

Returns the available plugins.

public rex_plugin[]
# getSystemPlugins( )

Returns the system plugins.

Methods inherited from rex_null_package

getAddon(), getAssetsPath(), getAssetsUrl(), getAuthor(), getCachePath(), getConfig(), getDataPath(), getName(), getPackageId(), getPath(), getProperty(), getSupportPage(), getVersion(), hasConfig(), hasProperty(), i18n(), includeFile(), isAvailable(), isInstalled(), isSystemPackage(), removeConfig(), removeProperty(), setConfig(), setProperty()

Methods used from rex_singleton_trait

__clone(), getInstance()