Joomla! 3 zu 5 Migrations-Tool

Ersetzt nicht mehr unterstützte Klassen-Aliasse und Methoden durch neue Equivalente

Anleitung

Ein Joomla!-Template, Override-Dateien, Komponente, Plugin, Modul, oder jede beliebige PHP-Datei in ein ZIP-Archiv komprimieren und hochladen. Das Tool wird alle ausgewählten Codefeatures (Statische Funktionsaufrufe durch veraltete Klassen etc.) automatisch durch ihre neuen Equivalente ersetzen und ein neues ZIP-Archiv mit den geänderten Dateien bereitstellen.

Alte Deklaration Ersatz
HTMLHelper::_('bootstrap.tooltip'); keiner
HTMLHelper::_('behavior.multiselect'); keiner
HTMLHelper::_('formbehavior.chosen', 'select'); keiner
HTMLHelper::_('behavior.caption'); keiner
HTMLHelper::_('behavior.formvalidation'); keiner
isAdmin() isClient('administrator')
isSite() isClient('site')
\Joomla\Component\Fields\Administrator\Helper
FieldsHelper:: \Joomla\Component\Fields\Administrator\Helper\FieldsHelper::
\Joomla\Application\Web
JApplicationWebClient:: \Joomla\Application\Web\WebClient::
JWebClient:: \Joomla\Application\Web\WebClient::
\Joomla\CMS
new JInput() \Joomla\CMS\Factory::getApplication()->input
JFactory:: \Joomla\CMS\Factory::
JVersion:: \Joomla\CMS\Version::
\Joomla\CMS\Access
JAccess:: \Joomla\CMS\Access\Access::
JAccessRule:: \Joomla\CMS\Access\Rule::
JAccessRules:: \Joomla\CMS\Access\Rules::
JRule:: \Joomla\CMS\Access\Rule::
JRules:: \Joomla\CMS\Access\Rules::
\Joomla\CMS\Access\Exception
JAccessExceptionNotallowed:: \Joomla\CMS\Access\Exception\NotAllowed::
\Joomla\CMS\Adapter
JAdapter:: \Joomla\CMS\Adapter\Adapter::
JAdapterInstance:: \Joomla\CMS\Adapter\AdapterInstance::
\Joomla\CMS\Application
JApplicationAdministrator:: \Joomla\CMS\Application\AdministratorApplication::
JApplicationHelper:: \Joomla\CMS\Application\ApplicationHelper::
JApplicationBase:: \Joomla\CMS\Application\BaseApplication::
JApplicationCli:: \Joomla\CMS\Application\CliApplication::
JApplicationCms:: \Joomla\CMS\Application\CMSApplication::
JApplicationDaemon:: \Joomla\CMS\Application\DaemonApplication::
JApplicationSite:: \Joomla\CMS\Application\SiteApplication::
JApplicationWeb:: \Joomla\CMS\Application\WebApplication::
JDaemon:: \Joomla\CMS\Application\DaemonApplication::
JCli:: \Joomla\CMS\Application\CliApplication::
JWeb:: \Joomla\CMS\Application\WebApplication::
\Joomla\CMS\Association
JAssociationExtensionInterface:: \Joomla\CMS\Association\AssociationExtensionInterface::
JAssociationExtensionHelper:: \Joomla\CMS\Association\AssociationExtensionHelper::
\Joomla\CMS\Authentication
JAuthentication:: \Joomla\CMS\Authentication\Authentication::
JAuthenticationResponse:: \Joomla\CMS\Authentication\AuthenticationResponse::
\Joomla\CMS\Autoload
JClassLoader:: \Joomla\CMS\Autoload\ClassLoader::
\Joomla\CMS\Cache
JCache:: \Joomla\CMS\Cache\Cache::
JCacheController:: \Joomla\CMS\Cache\CacheController::
JCacheStorage:: \Joomla\CMS\Cache\CacheStorage::
\Joomla\CMS\Cache\Controller
JCacheControllerCallback:: \Joomla\CMS\Cache\Controller\CallbackController::
JCacheControllerOutput:: \Joomla\CMS\Cache\Controller\OutputController::
JCacheControllerPage:: \Joomla\CMS\Cache\Controller\PageController::
JCacheControllerView:: \Joomla\CMS\Cache\Controller\ViewController::
\Joomla\CMS\Cache\Exception
JCacheException:: \Joomla\CMS\Cache\Exception\CacheExceptionInterface::
JCacheExceptionConnecting:: \Joomla\CMS\Cache\Exception\CacheConnectingException::
JCacheExceptionUnsupported:: \Joomla\CMS\Cache\Exception\UnsupportedCacheException::
\Joomla\CMS\Cache\Storage
JCacheStorageApcu:: \Joomla\CMS\Cache\Storage\ApcuStorage::
JCacheStorageHelper:: \Joomla\CMS\Cache\Storage\CacheStorageHelper::
JCacheStorageFile:: \Joomla\CMS\Cache\Storage\FileStorage::
JCacheStorageMemcached:: \Joomla\CMS\Cache\Storage\MemcachedStorage::
JCacheStorageRedis:: \Joomla\CMS\Cache\Storage\RedisStorage::
JCacheStorageWincache:: \Joomla\CMS\Cache\Storage\WincacheStorage::
\Joomla\CMS\Captcha
JCaptcha:: \Joomla\CMS\Captcha\Captcha::
\Joomla\CMS\Categories
JCategories:: \Joomla\CMS\Categories\Categories::
JCategoryNode:: \Joomla\CMS\Categories\CategoryNode::
\Joomla\CMS\Client
JClientHelper:: \Joomla\CMS\Client\ClientHelper::
JClientFtp:: \Joomla\CMS\Client\FtpClient::
JFTP:: \Joomla\CMS\Client\FtpClient::
\Joomla\CMS\Component
JComponentHelper:: \Joomla\CMS\Component\ComponentHelper::
JComponentRecord:: \Joomla\CMS\Component\ComponentRecord::
\Joomla\CMS\Component\Exception
JComponentExceptionMissing:: \Joomla\CMS\Component\Exception\MissingComponentException::
\Joomla\CMS\Component\Router
JComponentRouterBase:: \Joomla\CMS\Component\Router\RouterBase::
JComponentRouterInterface:: \Joomla\CMS\Component\Router\RouterInterface::
JComponentRouterLegacy:: \Joomla\CMS\Component\Router\RouterLegacy::
JComponentRouterView:: \Joomla\CMS\Component\Router\RouterView::
JComponentRouterViewconfiguration:: \Joomla\CMS\Component\Router\RouterViewConfiguration::
\Joomla\CMS\Component\Router\Rules
JComponentRouterRulesMenu:: \Joomla\CMS\Component\Router\Rules\MenuRules::
JComponentRouterRulesNomenu:: \Joomla\CMS\Component\Router\Rules\NomenuRules::
JComponentRouterRulesInterface:: \Joomla\CMS\Component\Router\Rules\RulesInterface::
JComponentRouterRulesStandard:: \Joomla\CMS\Component\Router\Rules\StandardRules::
\Joomla\CMS\Crypt
JCrypt:: \Joomla\CMS\Crypt\Crypt::
\Joomla\CMS\Crypt\Cipher
JCryptCipherCrypto:: \Joomla\CMS\Crypt\Cipher\CryptoCipher::
\Joomla\CMS\Date
JDate:: \Joomla\CMS\Date\Date::
\Joomla\CMS\Document
JDocument:: \Joomla\CMS\Document\Document::
JDocumentError:: \Joomla\CMS\Document\ErrorDocument::
JDocumentFeed:: \Joomla\CMS\Document\FeedDocument::
JDocumentHtml:: \Joomla\CMS\Document\HtmlDocument::
JDocumentImage:: \Joomla\CMS\Document\ImageDocument::
JDocumentJson:: \Joomla\CMS\Document\JsonDocument::
JDocumentOpensearch:: \Joomla\CMS\Document\OpensearchDocument::
JDocumentRaw:: \Joomla\CMS\Document\RawDocument::
JDocumentRenderer:: \Joomla\CMS\Document\DocumentRenderer::
JDocumentXml:: \Joomla\CMS\Document\XmlDocument::
\Joomla\CMS\Document\Feed
JFeedEnclosure:: \Joomla\CMS\Document\Feed\FeedEnclosure::
JFeedImage:: \Joomla\CMS\Document\Feed\FeedImage::
JFeedItem:: \Joomla\CMS\Document\Feed\FeedItem::
\Joomla\CMS\Document\Opensearch
JOpenSearchImage:: \Joomla\CMS\Document\Opensearch\OpensearchImage::
JOpenSearchUrl:: \Joomla\CMS\Document\Opensearch\OpensearchUrl::
\Joomla\CMS\Document\Renderer\Feed
JDocumentRendererFeedAtom:: \Joomla\CMS\Document\Renderer\Feed\AtomRenderer::
JDocumentRendererFeedRss:: \Joomla\CMS\Document\Renderer\Feed\RssRenderer::
JDocumentRendererAtom:: \Joomla\CMS\Document\Renderer\Feed\AtomRenderer::
JDocumentRendererRSS:: \Joomla\CMS\Document\Renderer\Feed\RssRenderer::
\Joomla\CMS\Document\Renderer\Html
JDocumentRendererHtmlComponent:: \Joomla\CMS\Document\Renderer\Html\ComponentRenderer::
JDocumentRendererHtmlHead:: \Joomla\CMS\Document\Renderer\Html\HeadRenderer::
JDocumentRendererHtmlMessage:: \Joomla\CMS\Document\Renderer\Html\MessageRenderer::
JDocumentRendererHtmlModule:: \Joomla\CMS\Document\Renderer\Html\ModuleRenderer::
JDocumentRendererHtmlModules:: \Joomla\CMS\Document\Renderer\Html\ModulesRenderer::
JDocumentRendererComponent:: \Joomla\CMS\Document\Renderer\Html\ComponentRenderer::
JDocumentRendererHead:: \Joomla\CMS\Document\Renderer\Html\HeadRenderer::
JDocumentRendererMessage:: \Joomla\CMS\Document\Renderer\Html\MessageRenderer::
JDocumentRendererModule:: \Joomla\CMS\Document\Renderer\Html\ModuleRenderer::
JDocumentRendererModules:: \Joomla\CMS\Document\Renderer\Html\ModulesRenderer::
\Joomla\CMS\Editor
JEditor:: \Joomla\CMS\Editor\Editor::
\Joomla\CMS\Environment
JBrowser:: \Joomla\CMS\Environment\Browser::
\Joomla\CMS\Exception
JErrorPage:: \Joomla\CMS\Exception\ExceptionHandler::
\Joomla\CMS\Extension
JExtensionHelper:: \Joomla\CMS\Extension\ExtensionHelper::
\Joomla\CMS\Feed
JFeed:: \Joomla\CMS\Feed\Feed::
JFeedEntry:: \Joomla\CMS\Feed\FeedEntry::
JFeedFactory:: \Joomla\CMS\Feed\FeedFactory::
JFeedLink:: \Joomla\CMS\Feed\FeedLink::
JFeedParser:: \Joomla\CMS\Feed\FeedParser::
JFeedPerson:: \Joomla\CMS\Feed\FeedPerson::
\Joomla\CMS\Feed\Parser
JFeedParserAtom:: \Joomla\CMS\Feed\Parser\AtomParser::
JFeedParserNamespace:: \Joomla\CMS\Feed\Parser\NamespaceParserInterface::
JFeedParserRss:: \Joomla\CMS\Feed\Parser\RssParser::
\Joomla\CMS\Feed\Parser\Rss
JFeedParserRssItunes:: \Joomla\CMS\Feed\Parser\Rss\ItunesRssParser::
JFeedParserRssMedia:: \Joomla\CMS\Feed\Parser\Rss\MediaRssParser::
\Joomla\CMS\Filesystem
JFile:: \Joomla\CMS\Filesystem\File::
JFolder:: \Joomla\CMS\Filesystem\Folder::
JFilesystemHelper:: \Joomla\CMS\Filesystem\FilesystemHelper::
JFilesystemPatcher:: \Joomla\CMS\Filesystem\Patcher::
JPath:: \Joomla\CMS\Filesystem\Path::
JStream:: \Joomla\CMS\Filesystem\Stream::
\Joomla\CMS\Filesystem\Streams
JStreamString:: \Joomla\CMS\Filesystem\Streams\StreamString::
\Joomla\CMS\Filesystem\Support
JStringController:: \Joomla\CMS\Filesystem\Support\StringController::
\Joomla\CMS\Filter
JFilterInput:: \Joomla\CMS\Filter\InputFilter::
JFilterOutput:: \Joomla\CMS\Filter\OutputFilter::
\Joomla\CMS\Form
JForm:: \Joomla\CMS\Form\Form::
JFormField:: \Joomla\CMS\Form\FormField::
JFormHelper:: \Joomla\CMS\Form\FormHelper::
JFormRule:: \Joomla\CMS\Form\FormRule::
\Joomla\CMS\Form\Field
JFormFieldAccessLevel:: \Joomla\CMS\Form\Field\AccesslevelField::
JFormFieldAliastag:: \Joomla\CMS\Form\Field\AliastagField::
JFormFieldAuthor:: \Joomla\CMS\Form\Field\AuthorField::
JFormFieldCacheHandler:: \Joomla\CMS\Form\Field\CachehandlerField::
JFormFieldCalendar:: \Joomla\CMS\Form\Field\CalendarField::
JFormFieldCaptcha:: \Joomla\CMS\Form\Field\CaptchaField::
JFormFieldCategory:: \Joomla\CMS\Form\Field\CategoryField::
JFormFieldCheckbox:: \Joomla\CMS\Form\Field\CheckboxField::
JFormFieldCheckboxes:: \Joomla\CMS\Form\Field\CheckboxesField::
JFormFieldChromeStyle:: \Joomla\CMS\Form\Field\ChromestyleField::
JFormFieldColor:: \Joomla\CMS\Form\Field\ColorField::
JFormFieldCombo:: \Joomla\CMS\Form\Field\ComboField::
JFormFieldComponentlayout:: \Joomla\CMS\Form\Field\ComponentlayoutField::
JFormFieldComponents:: \Joomla\CMS\Form\Field\ComponentsField::
JFormFieldContenthistory:: \Joomla\CMS\Form\Field\ContenthistoryField::
JFormFieldContentlanguage:: \Joomla\CMS\Form\Field\ContentlanguageField::
JFormFieldContenttype:: \Joomla\CMS\Form\Field\ContenttypeField::
JFormFieldDatabaseConnection:: \Joomla\CMS\Form\Field\DatabaseconnectionField::
JFormFieldEditor:: \Joomla\CMS\Form\Field\EditorField::
JFormFieldEMail:: \Joomla\CMS\Form\Field\EmailField::
JFormFieldFile:: \Joomla\CMS\Form\Field\FileField::
JFormFieldFileList:: \Joomla\CMS\Form\Field\FilelistField::
JFormFieldFolderList:: \Joomla\CMS\Form\Field\FolderlistField::
JFormFieldFrontend_Language:: \Joomla\CMS\Form\Field\FrontendlanguageField::
JFormFieldGroupedList:: \Joomla\CMS\Form\Field\GroupedlistField::
JFormFieldHeadertag:: \Joomla\CMS\Form\Field\HeadertagField::
JFormFieldHidden:: \Joomla\CMS\Form\Field\HiddenField::
JFormFieldImageList:: \Joomla\CMS\Form\Field\ImagelistField::
JFormFieldInteger:: \Joomla\CMS\Form\Field\IntegerField::
JFormFieldLanguage:: \Joomla\CMS\Form\Field\LanguageField::
JFormFieldLastvisitDateRange:: \Joomla\CMS\Form\Field\LastvisitdaterangeField::
JFormFieldLimitbox:: \Joomla\CMS\Form\Field\LimitboxField::
JFormFieldList:: \Joomla\CMS\Form\Field\ListField::
JFormFieldMedia:: \Joomla\CMS\Form\Field\MediaField::
JFormFieldMenu:: \Joomla\CMS\Form\Field\MenuField::
JFormFieldMenuitem:: \Joomla\CMS\Form\Field\MenuitemField::
JFormFieldMeter:: \Joomla\CMS\Form\Field\MeterField::
JFormFieldModulelayout:: \Joomla\CMS\Form\Field\ModulelayoutField::
JFormFieldModuleOrder:: \Joomla\CMS\Form\Field\ModuleorderField::
JFormFieldModulePosition:: \Joomla\CMS\Form\Field\ModulepositionField::
JFormFieldModuletag:: \Joomla\CMS\Form\Field\ModuletagField::
JFormFieldNote:: \Joomla\CMS\Form\Field\NoteField::
JFormFieldNumber:: \Joomla\CMS\Form\Field\NumberField::
JFormFieldOrdering:: \Joomla\CMS\Form\Field\OrderingField::
JFormFieldPassword:: \Joomla\CMS\Form\Field\PasswordField::
JFormFieldPlugins:: \Joomla\CMS\Form\Field\PluginsField::
JFormFieldPlugin_Status:: \Joomla\CMS\Form\Field\PluginstatusField::
JFormFieldPredefinedList:: \Joomla\CMS\Form\Field\PredefinedListField::
JFormFieldRadio:: \Joomla\CMS\Form\Field\RadioField::
JFormFieldRange:: \Joomla\CMS\Form\Field\RangeField::
JFormFieldRedirect_Status:: \Joomla\CMS\Form\Field\RedirectStatusField::
JFormFieldRegistrationDateRange:: \Joomla\CMS\Form\Field\RegistrationdaterangeField::
JFormFieldRules:: \Joomla\CMS\Form\Field\RulesField::
JFormFieldSessionHandler:: \Joomla\CMS\Form\Field\SessionhandlerField::
JFormFieldSpacer:: \Joomla\CMS\Form\Field\SpacerField::
JFormFieldSQL:: \Joomla\CMS\Form\Field\SqlField::
JFormFieldStatus:: \Joomla\CMS\Form\Field\StatusField::
JFormFieldSubform:: \Joomla\CMS\Form\Field\SubformField::
JFormFieldTag:: \Joomla\CMS\Form\Field\TagField::
JFormFieldTel:: \Joomla\CMS\Form\Field\TelephoneField::
JFormFieldTemplatestyle:: \Joomla\CMS\Form\Field\TemplatestyleField::
JFormFieldText:: \Joomla\CMS\Form\Field\TextField::
JFormFieldTextarea:: \Joomla\CMS\Form\Field\TextareaField::
JFormFieldTimezone:: \Joomla\CMS\Form\Field\TimezoneField::
JFormFieldUrl:: \Joomla\CMS\Form\Field\UrlField::
JFormFieldUserActive:: \Joomla\CMS\Form\Field\UseractiveField::
JFormFieldUserGroupList:: \Joomla\CMS\Form\Field\UsergrouplistField::
JFormFieldUserState:: \Joomla\CMS\Form\Field\UserstateField::
JFormFieldUser:: \Joomla\CMS\Form\Field\UserField::
\Joomla\CMS\Form\Filter
JFormFilterInt_Array:: \Joomla\CMS\Form\Filter\IntarrayFilter::
\Joomla\CMS\Form\Rule
JFormRuleBoolean:: \Joomla\CMS\Form\Rule\BooleanRule::
JFormRuleCalendar:: \Joomla\CMS\Form\Rule\CalendarRule::
JFormRuleCaptcha:: \Joomla\CMS\Form\Rule\CaptchaRule::
JFormRuleColor:: \Joomla\CMS\Form\Rule\ColorRule::
JFormRuleEmail:: \Joomla\CMS\Form\Rule\EmailRule::
JFormRuleEquals:: \Joomla\CMS\Form\Rule\EqualsRule::
JFormRuleNotequals:: \Joomla\CMS\Form\Rule\NotequalsRule::
JFormRuleNumber:: \Joomla\CMS\Form\Rule\NumberRule::
JFormRuleOptions:: \Joomla\CMS\Form\Rule\OptionsRule::
JFormRulePassword:: \Joomla\CMS\Form\Rule\PasswordRule::
JFormRuleRules:: \Joomla\CMS\Form\Rule\RulesRule::
JFormRuleTel:: \Joomla\CMS\Form\Rule\TelRule::
JFormRuleUrl:: \Joomla\CMS\Form\Rule\UrlRule::
JFormRuleUsername:: \Joomla\CMS\Form\Rule\UsernameRule::
\Joomla\CMS\HTML
JHtml:: \Joomla\CMS\HTML\HTMLHelper::
\Joomla\CMS\HTML\Helpers
JHtmlAccess:: \Joomla\CMS\HTML\Helpers\Access::
JHtmlActionsDropdown:: \Joomla\CMS\HTML\Helpers\ActionsDropdown::
JHtmlAdminLanguage:: \Joomla\CMS\HTML\Helpers\AdminLanguage::
JHtmlBehavior:: \Joomla\CMS\HTML\Helpers\Behavior::
JHtmlBootstrap:: \Joomla\CMS\HTML\Helpers\Bootstrap::
JHtmlCategory:: \Joomla\CMS\HTML\Helpers\Category::
JHtmlContent:: \Joomla\CMS\HTML\Helpers\Content::
JHtmlContentlanguage:: \Joomla\CMS\HTML\Helpers\ContentLanguage::
JHtmlDate:: \Joomla\CMS\HTML\Helpers\Date::
JHtmlDebug:: \Joomla\CMS\HTML\Helpers\Debug::
JHtmlDraggablelist:: \Joomla\CMS\HTML\Helpers\DraggableList::
JHtmlDropdown:: \Joomla\CMS\HTML\Helpers\Dropdown::
JHtmlEmail:: \Joomla\CMS\HTML\Helpers\Email::
JHtmlForm:: \Joomla\CMS\HTML\Helpers\Form::
JHtmlFormbehavior:: \Joomla\CMS\HTML\Helpers\FormBehavior::
JHtmlGrid:: \Joomla\CMS\HTML\Helpers\Grid::
JHtmlIcons:: \Joomla\CMS\HTML\Helpers\Icons::
JHtmlJGrid:: \Joomla\CMS\HTML\Helpers\JGrid::
JHtmlJquery:: \Joomla\CMS\HTML\Helpers\Jquery::
JHtmlLinks:: \Joomla\CMS\HTML\Helpers\Links::
JHtmlList:: \Joomla\CMS\HTML\Helpers\ListHelper::
JHtmlMenu:: \Joomla\CMS\HTML\Helpers\Menu::
JHtmlNumber:: \Joomla\CMS\HTML\Helpers\Number::
JHtmlSearchtools:: \Joomla\CMS\HTML\Helpers\SearchTools::
JHtmlSelect:: \Joomla\CMS\HTML\Helpers\Select::
JHtmlSidebar:: \Joomla\CMS\HTML\Helpers\Sidebar::
JHtmlSortableList:: \Joomla\CMS\HTML\Helpers\SortableList::
JHtmlString:: \Joomla\CMS\HTML\Helpers\StringHelper::
JHtmlTag:: \Joomla\CMS\HTML\Helpers\Tag::
JHtmlTel:: \Joomla\CMS\HTML\Helpers\Telephone::
JHtmlUser:: \Joomla\CMS\HTML\Helpers\User::
\Joomla\CMS\Help
JHelp:: \Joomla\CMS\Help\Help::
\Joomla\CMS\Helper
JAuthenticationHelper:: \Joomla\CMS\Helper\AuthenticationHelper::
JHelper:: \Joomla\CMS\Helper\CMSHelper::
JHelperContent:: \Joomla\CMS\Helper\ContentHelper::
JLibraryHelper:: \Joomla\CMS\Helper\LibraryHelper::
JHelperMedia:: \Joomla\CMS\Helper\MediaHelper::
JModuleHelper:: \Joomla\CMS\Helper\ModuleHelper::
JHelperRoute:: \Joomla\CMS\Helper\RouteHelper::
JHelperTags:: \Joomla\CMS\Helper\TagsHelper::
JHelperUsergroups:: \Joomla\CMS\Helper\UserGroupsHelper::
\Joomla\CMS\Http
JHttp:: \Joomla\CMS\Http\Http::
JHttpFactory:: \Joomla\CMS\Http\HttpFactory::
JHttpResponse:: \Joomla\CMS\Http\Response::
JHttpTransport:: \Joomla\CMS\Http\TransportInterface::
\Joomla\CMS\Http\Transport
JHttpTransportCurl:: \Joomla\CMS\Http\Transport\CurlTransport::
JHttpTransportSocket:: \Joomla\CMS\Http\Transport\SocketTransport::
JHttpTransportStream:: \Joomla\CMS\Http\Transport\StreamTransport::
\Joomla\CMS\Image
JImage:: \Joomla\CMS\Image\Image::
JImageFilter:: \Joomla\CMS\Image\ImageFilter::
\Joomla\CMS\Image\Filter
JImageFilterBackgroundfill:: \Joomla\CMS\Image\Filter\Backgroundfill::
JImageFilterBrightness:: \Joomla\CMS\Image\Filter\Brightness::
JImageFilterContrast:: \Joomla\CMS\Image\Filter\Contrast::
JImageFilterEdgedetect:: \Joomla\CMS\Image\Filter\Edgedetect::
JImageFilterEmboss:: \Joomla\CMS\Image\Filter\Emboss::
JImageFilterNegate:: \Joomla\CMS\Image\Filter\Negate::
JImageFilterSmooth:: \Joomla\CMS\Image\Filter\Smooth::
\Joomla\CMS\Input
JInputCli:: \Joomla\CMS\Input\Cli::
JInputCookie:: \Joomla\CMS\Input\Cookie::
JInputFiles:: \Joomla\CMS\Input\Files::
JInput:: \Joomla\CMS\Input\Input::
JInputJSON:: \Joomla\CMS\Input\Json::
\Joomla\CMS\Installer
JInstaller:: \Joomla\CMS\Installer\Installer::
JInstallerAdapter:: \Joomla\CMS\Installer\InstallerAdapter::
JInstallerExtension:: \Joomla\CMS\Installer\InstallerExtension::
JExtension:: \Joomla\CMS\Installer\InstallerExtension::
JInstallerHelper:: \Joomla\CMS\Installer\InstallerHelper::
JInstallerScript:: \Joomla\CMS\Installer\InstallerScript::
JInstallerManifest:: \Joomla\CMS\Installer\Manifest::
\Joomla\CMS\Installer\Adapter
JInstallerAdapterComponent:: \Joomla\CMS\Installer\Adapter\ComponentAdapter::
JInstallerComponent:: \Joomla\CMS\Installer\Adapter\ComponentAdapter::
JInstallerAdapterFile:: \Joomla\CMS\Installer\Adapter\FileAdapter::
JInstallerFile:: \Joomla\CMS\Installer\Adapter\FileAdapter::
JInstallerAdapterLanguage:: \Joomla\CMS\Installer\Adapter\LanguageAdapter::
JInstallerLanguage:: \Joomla\CMS\Installer\Adapter\LanguageAdapter::
JInstallerAdapterLibrary:: \Joomla\CMS\Installer\Adapter\LibraryAdapter::
JInstallerLibrary:: \Joomla\CMS\Installer\Adapter\LibraryAdapter::
JInstallerAdapterModule:: \Joomla\CMS\Installer\Adapter\ModuleAdapter::
JInstallerModule:: \Joomla\CMS\Installer\Adapter\ModuleAdapter::
JInstallerAdapterPackage:: \Joomla\CMS\Installer\Adapter\PackageAdapter::
JInstallerPackage:: \Joomla\CMS\Installer\Adapter\PackageAdapter::
JInstallerAdapterPlugin:: \Joomla\CMS\Installer\Adapter\PluginAdapter::
JInstallerPlugin:: \Joomla\CMS\Installer\Adapter\PluginAdapter::
JInstallerAdapterTemplate:: \Joomla\CMS\Installer\Adapter\TemplateAdapter::
JInstallerTemplate:: \Joomla\CMS\Installer\Adapter\TemplateAdapter::
\Joomla\CMS\Installer\Manifest
JInstallerManifestLibrary:: \Joomla\CMS\Installer\Manifest\LibraryManifest::
JInstallerManifestPackage:: \Joomla\CMS\Installer\Manifest\PackageManifest::
\Joomla\CMS\Language
JText:: \Joomla\CMS\Language\Text::
JLanguageAssociations:: \Joomla\CMS\Language\Associations::
JLanguage:: \Joomla\CMS\Language\Language::
JLanguageHelper:: \Joomla\CMS\Language\LanguageHelper::
JLanguageMultilang:: \Joomla\CMS\Language\Multilanguage::
JLanguageTransliterate:: \Joomla\CMS\Language\Transliterate::
\Joomla\CMS\Layout
JLayoutBase:: \Joomla\CMS\Layout\BaseLayout::
JLayoutFile:: \Joomla\CMS\Layout\FileLayout::
JLayoutHelper:: \Joomla\CMS\Layout\LayoutHelper::
JLayout:: \Joomla\CMS\Layout\LayoutInterface::
\Joomla\CMS\Log
JLog:: \Joomla\CMS\Log\Log::
JLogEntry:: \Joomla\CMS\Log\LogEntry::
JLogLogger:: \Joomla\CMS\Log\Logger::
JLogger:: \Joomla\CMS\Log\Logger::
\Joomla\CMS\Log\Logger
JLogLoggerCallback:: \Joomla\CMS\Log\Logger\CallbackLogger::
JLogLoggerDatabase:: \Joomla\CMS\Log\Logger\DatabaseLogger::
JLogLoggerEcho:: \Joomla\CMS\Log\Logger\EchoLogger::
JLogLoggerFormattedtext:: \Joomla\CMS\Log\Logger\FormattedtextLogger::
JLogLoggerMessagequeue:: \Joomla\CMS\Log\Logger\MessagequeueLogger::
JLogLoggerSyslog:: \Joomla\CMS\Log\Logger\SyslogLogger::
JLogLoggerW3c:: \Joomla\CMS\Log\Logger\W3cLogger::
\Joomla\CMS\MVC\Controller
JControllerAdmin:: \Joomla\CMS\MVC\Controller\AdminController::
JControllerLegacy:: \Joomla\CMS\MVC\Controller\BaseController::
JControllerForm:: \Joomla\CMS\MVC\Controller\FormController::
\Joomla\CMS\MVC\Model
JModelAdmin:: \Joomla\CMS\MVC\Model\AdminModel::
JModelForm:: \Joomla\CMS\MVC\Model\FormModel::
JModelItem:: \Joomla\CMS\MVC\Model\ItemModel::
JModelList:: \Joomla\CMS\MVC\Model\ListModel::
JModelLegacy:: \Joomla\CMS\MVC\Model\BaseDatabaseModel::
\Joomla\CMS\MVC\View
JViewCategories:: \Joomla\CMS\MVC\View\CategoriesView::
JViewCategory:: \Joomla\CMS\MVC\View\CategoryView::
JViewCategoryfeed:: \Joomla\CMS\MVC\View\CategoryFeedView::
JViewLegacy:: \Joomla\CMS\MVC\View\HtmlView::
\Joomla\CMS\Mail
JMail:: \Joomla\CMS\Mail\Mail::
JMailHelper:: \Joomla\CMS\Mail\MailHelper::
\Joomla\CMS\Menu
JMenu:: \Joomla\CMS\Menu\AbstractMenu::
JMenuAdministrator:: \Joomla\CMS\Menu\AdministratorMenu::
JMenuItem:: \Joomla\CMS\Menu\MenuItem::
JMenuSite:: \Joomla\CMS\Menu\SiteMenu::
\Joomla\CMS\Microdata
JMicrodata:: \Joomla\CMS\Microdata\Microdata::
\Joomla\CMS\Object
JObject:: \Joomla\CMS\Object\CMSObject::
\Joomla\CMS\Pagination
JPagination:: \Joomla\CMS\Pagination\Pagination::
JPaginationObject:: \Joomla\CMS\Pagination\PaginationObject::
\Joomla\CMS\Pathway
JPathway:: \Joomla\CMS\Pathway\Pathway::
JPathwaySite:: \Joomla\CMS\Pathway\SitePathway::
\Joomla\CMS\Plugin
JPlugin:: \Joomla\CMS\Plugin\CMSPlugin::
JPluginHelper:: \Joomla\CMS\Plugin\PluginHelper::
\Joomla\CMS\Profiler
JProfiler:: \Joomla\CMS\Profiler\Profiler::
\Joomla\CMS\Response
JResponseJson:: \Joomla\CMS\Response\JsonResponse::
\Joomla\CMS\Router
JRoute:: \Joomla\CMS\Router\Route::
JRouterAdministrator:: \Joomla\CMS\Router\AdministratorRouter::
JRouter:: \Joomla\CMS\Router\Router::
JRouterSite:: \Joomla\CMS\Router\SiteRouter::
\Joomla\CMS\Schema
JSchemaChangeitem:: \Joomla\CMS\Schema\ChangeItem::
JSchemaChangeset:: \Joomla\CMS\Schema\ChangeSet::
\Joomla\CMS\Schema\ChangeItem
JSchemaChangeitemMysql:: \Joomla\CMS\Schema\ChangeItem\MysqlChangeItem::
JSchemaChangeitemPostgresql:: \Joomla\CMS\Schema\ChangeItem\PostgresqlChangeItem::
JSchemaChangeitemSqlsrv:: \Joomla\CMS\Schema\ChangeItem\SqlsrvChangeItem::
\Joomla\CMS\Session
JSession:: \Joomla\CMS\Session\Session::
\Joomla\CMS\String
JStringPunycode:: \Joomla\CMS\String\PunycodeHelper::
\Joomla\CMS\Table
JTableInterface:: \Joomla\CMS\Table\TableInterface::
JTable:: \Joomla\CMS\Table\Table::
JTableNested:: \Joomla\CMS\Table\Nested::
JTableAsset:: \Joomla\CMS\Table\Asset::
JTableExtension:: \Joomla\CMS\Table\Extension::
JTableLanguage:: \Joomla\CMS\Table\Language::
JTableUpdate:: \Joomla\CMS\Table\Update::
JTableUpdatesite:: \Joomla\CMS\Table\UpdateSite::
JTableUser:: \Joomla\CMS\Table\User::
JTableUsergroup:: \Joomla\CMS\Table\Usergroup::
JTableViewlevel:: \Joomla\CMS\Table\ViewLevel::
JTableContenthistory:: \Joomla\CMS\Table\ContentHistory::
JTableContenttype:: \Joomla\CMS\Table\ContentType::
JTableCorecontent:: \Joomla\CMS\Table\CoreContent::
JTableUcm:: \Joomla\CMS\Table\Ucm::
JTableCategory:: \Joomla\CMS\Table\Category::
JTableContent:: \Joomla\CMS\Table\Content::
JTableMenu:: \Joomla\CMS\Table\Menu::
JTableMenuType:: \Joomla\CMS\Table\MenuType::
JTableModule:: \Joomla\CMS\Table\Module::
\Joomla\CMS\Toolbar
JToolbar:: \Joomla\CMS\Toolbar\Toolbar::
JToolbarButton:: \Joomla\CMS\Toolbar\ToolbarButton::
JToolbarHelper:: \Joomla\CMS\Toolbar\ToolbarHelper::
JButton:: \Joomla\CMS\Toolbar\ToolbarButton::
\Joomla\CMS\Toolbar\Button
JToolbarButtonConfirm:: \Joomla\CMS\Toolbar\Button\ConfirmButton::
JToolbarButtonCustom:: \Joomla\CMS\Toolbar\Button\CustomButton::
JToolbarButtonHelp:: \Joomla\CMS\Toolbar\Button\HelpButton::
JToolbarButtonLink:: \Joomla\CMS\Toolbar\Button\LinkButton::
JToolbarButtonPopup:: \Joomla\CMS\Toolbar\Button\PopupButton::
JToolbarButtonSeparator:: \Joomla\CMS\Toolbar\Button\SeparatorButton::
JToolbarButtonStandard:: \Joomla\CMS\Toolbar\Button\StandardButton::
\Joomla\CMS\UCM
JUcm:: \Joomla\CMS\UCM\UCM::
JUcmBase:: \Joomla\CMS\UCM\UCMBase::
JUcmContent:: \Joomla\CMS\UCM\UCMContent::
JUcmType:: \Joomla\CMS\UCM\UCMType::
\Joomla\CMS\Updater
JUpdate:: \Joomla\CMS\Updater\Update::
JUpdateAdapter:: \Joomla\CMS\Updater\UpdateAdapter::
JUpdater:: \Joomla\CMS\Updater\Updater::
\Joomla\CMS\Updater\Adapter
JUpdaterCollection:: \Joomla\CMS\Updater\Adapter\CollectionAdapter::
JUpdaterExtension:: \Joomla\CMS\Updater\Adapter\ExtensionAdapter::
\Joomla\CMS\Uri
JUri:: \Joomla\CMS\Uri\Uri::
\Joomla\CMS\User
JUser:: \Joomla\CMS\User\User::
JUserHelper:: \Joomla\CMS\User\UserHelper::
\Joomla\CMS\Utility
JBuffer:: \Joomla\CMS\Utility\BufferStreamHandler::
JUtility:: \Joomla\CMS\Utility\Utility::
\Joomla\Crypt
JCryptCipher:: \Joomla\Crypt\CipherInterface::
JCryptKey:: \Joomla\Crypt\Key::
Joomla\CMS\Crypt\CipherInterface:: \Joomla\Crypt\CipherInterface::
Joomla\CMS\Crypt\Key:: \Joomla\Crypt\Key::
\Joomla\Data
JData:: \Joomla\Data\DataObject::
JDataSet:: \Joomla\Data\DataSet::
JDataDumpable:: \Joomla\Data\DumpableInterface::
\Joomla\Database
JDatabaseDriver:: \Joomla\Database\DatabaseDriver::
JDatabaseExporter:: \Joomla\Database\DatabaseExporter::
JDatabaseFactory:: \Joomla\Database\DatabaseFactory::
JDatabaseImporter:: \Joomla\Database\DatabaseImporter::
JDatabaseInterface:: \Joomla\Database\DatabaseInterface::
JDatabaseIterator:: \Joomla\Database\DatabaseIterator::
JDatabaseQuery:: \Joomla\Database\DatabaseQuery::
\Joomla\Database\Exception
JDatabaseExceptionConnecting:: \Joomla\Database\Exception\ConnectionFailureException::
JDatabaseExceptionExecuting:: \Joomla\Database\Exception\ExecutionFailureException::
JDatabaseExceptionUnsupported:: \Joomla\Database\Exception\UnsupportedAdapterException::
\Joomla\Database\Mysql
JDatabaseDriverPdomysql:: \Joomla\Database\Mysql\MysqlDriver::
JDatabaseExporterPdomysql:: \Joomla\Database\Mysql\MysqlExporter::
JDatabaseImporterPdomysql:: \Joomla\Database\Mysql\MysqlImporter::
JDatabaseQueryPdomysql:: \Joomla\Database\Mysql\MysqlQuery::
\Joomla\Database\Mysqli
JDatabaseDriverMysqli:: \Joomla\Database\Mysqli\MysqliDriver::
JDatabaseExporterMysqli:: \Joomla\Database\Mysqli\MysqliExporter::
JDatabaseImporterMysqli:: \Joomla\Database\Mysqli\MysqliImporter::
JDatabaseQueryMysqli:: \Joomla\Database\Mysqli\MysqliQuery::
\Joomla\Database\Pdo
JDatabaseDriverPdo:: \Joomla\Database\Pdo\PdoDriver::
JDatabaseQueryPdo:: \Joomla\Database\Pdo\PdoQuery::
\Joomla\Database\Pgsql
JDatabaseDriverPgsql:: \Joomla\Database\Pgsql\PgsqlDriver::
JDatabaseExporterPgsql:: \Joomla\Database\Pgsql\PgsqlExporter::
JDatabaseImporterPgsql:: \Joomla\Database\Pgsql\PgsqlImporter::
JDatabaseQueryPgsql:: \Joomla\Database\Pgsql\PgsqlQuery::
\Joomla\Database\Query
JDatabaseQueryElement:: \Joomla\Database\Query\QueryElement::
JDatabaseQueryLimitable:: \Joomla\Database\Query\LimitableInterface::
JDatabaseQueryPreparable:: \Joomla\Database\Query\PreparableInterface::
\Joomla\Database\Sqlazure
JDatabaseDriverSqlazure:: \Joomla\Database\Sqlazure\SqlazureDriver::
JDatabaseQuerySqlazure:: \Joomla\Database\Sqlazure\SqlazureQuery::
\Joomla\Database\Sqlite
JDatabaseDriverSqlite:: \Joomla\Database\Sqlite\SqliteDriver::
JDatabaseQuerySqlite:: \Joomla\Database\Sqlite\SqliteQuery::
\Joomla\Database\Sqlsrv
JDatabaseDriverSqlsrv:: \Joomla\Database\Sqlsrv\SqlsrvDriver::
JDatabaseQuerySqlsrv:: \Joomla\Database\Sqlsrv\SqlsrvQuery::
\Joomla\Ldap
JClientLdap:: \Joomla\Ldap\LdapClient::
JLDAP:: \Joomla\Ldap\LdapClient::
\Joomla\Registry
JRegistry:: \Joomla\Registry\Registry::
\Joomla\Registry\Format
JRegistryFormatIni:: \Joomla\Registry\Format\Ini::
JRegistryFormatJson:: \Joomla\Registry\Format\Json::
JRegistryFormatPhp:: \Joomla\Registry\Format\Php::
JRegistryFormatXml:: \Joomla\Registry\Format\Xml::
\Joomla\String
JStringInflector:: \Joomla\String\Inflector::
JStringNormalise:: \Joomla\String\Normalise::