File tree Expand file tree Collapse file tree 5 files changed +0
-47
lines changed
content/vote/src/Extension
folderinstaller/src/Extension
packageinstaller/src/Extension
urlinstaller/src/Extension
webinstaller/src/Extension Expand file tree Collapse file tree 5 files changed +0
-47
lines changed Original file line number Diff line number Diff line change 2525 */
2626final class Vote extends CMSPlugin
2727{
28- /**
29- * @var \Joomla\CMS\Application\CMSApplication
30- *
31- * @since 3.7.0
32- *
33- * @deprecated 4.4.0 will be removed in 6.0 as it is there only for layout overrides
34- * Use getApplication() instead
35- */
36- protected $ app ;
37-
3828 /**
3929 * Displays the voting area when viewing an article and the voting section is displayed before the article
4030 *
Original file line number Diff line number Diff line change 2626 */
2727final class FolderInstaller extends CMSPlugin implements SubscriberInterface
2828{
29- /**
30- * Application object.
31- *
32- * @var \Joomla\CMS\Application\CMSApplication
33- * @since 4.0.0
34- * @deprecated 6.0 Is needed for template overrides, use getApplication instead
35- */
36- protected $ app ;
37-
3829 /**
3930 * Returns an array of events this subscriber will listen to.
4031 *
Original file line number Diff line number Diff line change 2626 */
2727final class PackageInstaller extends CMSPlugin implements SubscriberInterface
2828{
29- /**
30- * Application object
31- *
32- * @var \Joomla\CMS\Application\CMSApplication
33- * @since 4.0.0
34- * @deprecated 6.0 Is needed for template overrides, use getApplication instead
35- */
36- protected $ app ;
37-
3829 /**
3930 * Returns an array of events this subscriber will listen to.
4031 *
Original file line number Diff line number Diff line change 2626 */
2727final class UrlInstaller extends CMSPlugin implements SubscriberInterface
2828{
29- /**
30- * Application object.
31- *
32- * @var \Joomla\CMS\Application\CMSApplication
33- * @since 4.0.0
34- * @deprecated 6.0 Is needed for template overrides, use getApplication instead
35- */
36- protected $ app ;
37-
3829 /**
3930 * Returns an array of events this subscriber will listen to.
4031 *
Original file line number Diff line number Diff line change 1010
1111namespace Joomla \Plugin \Installer \Web \Extension ;
1212
13- use Joomla \CMS \Application \CMSApplication ;
1413use Joomla \CMS \Event \Installer \AddInstallationTabEvent ;
1514use Joomla \CMS \Form \Rule \UrlRule ;
1615use Joomla \CMS \Language \Text ;
@@ -40,15 +39,6 @@ final class WebInstaller extends CMSPlugin implements SubscriberInterface
4039 */
4140 public const REMOTE_URL = 'https://appscdn.joomla.org/webapps/ ' ;
4241
43- /**
44- * The application object.
45- *
46- * @var CMSApplication
47- * @since 4.0.0
48- * @deprecated 6.0 Is needed for template overrides, use getApplication instead
49- */
50- protected $ app ;
51-
5242 /**
5343 * The URL to install from
5444 *
You can’t perform that action at this time.
0 commit comments