Skip to content

Commit

Permalink
[Code Style] Removed class page tag.
Browse files Browse the repository at this point in the history
Closes joomla#80
- This has been done via regular expression and need review.
- Added ‘Installer Controller for Joomla extension installer class ‘
(administrator/components/com_installer/controllers/install.php )
- @abstract tag has been removed as well as it’s been depricated
- Work in Progress
  • Loading branch information
Saurabh1 committed Oct 11, 2014
1 parent f5f957e commit 6098123
Show file tree
Hide file tree
Showing 1,843 changed files with 48 additions and 3,760 deletions.
2 changes: 0 additions & 2 deletions administrator/components/com_admin/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* Admin Controller
*
* @package Joomla.Administrator
* @subpackage com_admin
* @since 1.6
*/
class AdminController extends JControllerLegacy
Expand Down
2 changes: 0 additions & 2 deletions administrator/components/com_admin/controllers/profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* User profile controller class.
*
* @package Joomla.Administrator
* @subpackage com_admin
* @since 1.6
*/
class AdminControllerProfile extends JControllerForm
Expand Down
2 changes: 0 additions & 2 deletions administrator/components/com_admin/helpers/html/directory.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* Utility class working with directory
*
* @package Joomla.Administrator
* @subpackage com_admin
* @since 1.6
*/
abstract class JHtmlDirectory
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* Utility class working with phpsetting
*
* @package Joomla.Administrator
* @subpackage com_admin
* @since 1.6
*/
abstract class JHtmlPhpSetting
Expand Down
2 changes: 0 additions & 2 deletions administrator/components/com_admin/helpers/html/system.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* Utility class working with system
*
* @package Joomla.Administrator
* @subpackage com_admin
* @since 1.6
*/
abstract class JHtmlSystem
Expand Down
2 changes: 0 additions & 2 deletions administrator/components/com_admin/models/help.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* Admin Component Help Model
*
* @package Joomla.Administrator
* @subpackage com_admin
* @since 1.6
*/
class AdminModelHelp extends JModelLegacy
Expand Down
2 changes: 0 additions & 2 deletions administrator/components/com_admin/models/profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
/**
* User model.
*
* @package Joomla.Administrator
* @subpackage com_admin
* @since 1.6
*/
class AdminModelProfile extends UsersModelUser
Expand Down
2 changes: 0 additions & 2 deletions administrator/components/com_admin/models/sysinfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* Model for the display of system information.
*
* @package Joomla.Administrator
* @subpackage com_admin
* @since 1.6
*/
class AdminModelSysInfo extends JModelLegacy
Expand Down
2 changes: 0 additions & 2 deletions administrator/components/com_admin/script.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* Script file of Joomla CMS
*
* @package Joomla.Administrator
* @subpackage com_admin
* @since 1.6.4
*/
class JoomlaInstallerScript
Expand Down
2 changes: 0 additions & 2 deletions administrator/components/com_admin/views/help/view.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* HTML View class for the Admin component
*
* @package Joomla.Administrator
* @subpackage com_admin
* @since 1.6
*/
class AdminViewHelp extends JViewLegacy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* View class to allow users edit their own profile.
*
* @package Joomla.Administrator
* @subpackage com_admin
* @since 1.6
*/
class AdminViewProfile extends JViewLegacy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* Sysinfo View class for the Admin component
*
* @package Joomla.Administrator
* @subpackage com_admin
* @since 1.6
*/
class AdminViewSysinfo extends JViewLegacy
Expand Down
2 changes: 0 additions & 2 deletions administrator/components/com_banners/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* Banners master display controller.
*
* @package Joomla.Administrator
* @subpackage com_banners
* @since 1.6
*/
class BannersController extends JControllerLegacy
Expand Down
2 changes: 0 additions & 2 deletions administrator/components/com_banners/controllers/banner.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* Banner controller class.
*
* @package Joomla.Administrator
* @subpackage com_banners
* @since 1.6
*/
class BannersControllerBanner extends JControllerForm
Expand Down
2 changes: 0 additions & 2 deletions administrator/components/com_banners/controllers/banners.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* Banners list controller class.
*
* @package Joomla.Administrator
* @subpackage com_banners
* @since 1.6
*/
class BannersControllerBanners extends JControllerAdmin
Expand Down
2 changes: 0 additions & 2 deletions administrator/components/com_banners/controllers/client.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* Client controller class.
*
* @package Joomla.Administrator
* @subpackage com_banners
* @since 1.6
*/
class BannersControllerClient extends JControllerForm
Expand Down
2 changes: 0 additions & 2 deletions administrator/components/com_banners/controllers/clients.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* Clients list controller class.
*
* @package Joomla.Administrator
* @subpackage com_banners
* @since 1.6
*/
class BannersControllerClients extends JControllerAdmin
Expand Down
2 changes: 0 additions & 2 deletions administrator/components/com_banners/controllers/tracks.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* Tracks list controller class.
*
* @package Joomla.Administrator
* @subpackage com_banners
* @since 1.6
*/
class BannersControllerTracks extends JControllerLegacy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* Tracks list controller class.
*
* @package Joomla.Administrator
* @subpackage com_banners
* @since 1.6
*/
class BannersControllerTracks extends JControllerLegacy
Expand Down
2 changes: 0 additions & 2 deletions administrator/components/com_banners/helpers/banners.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* Banners component helper.
*
* @package Joomla.Administrator
* @subpackage com_banners
* @since 1.6
*/
class BannersHelper extends JHelperContent
Expand Down
2 changes: 0 additions & 2 deletions administrator/components/com_banners/helpers/html/banner.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* Banner HTML class.
*
* @package Joomla.Administrator
* @subpackage com_banners
* @since 2.5
*/
abstract class JHtmlBanner
Expand Down
2 changes: 0 additions & 2 deletions administrator/components/com_banners/models/banner.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* Banner model.
*
* @package Joomla.Administrator
* @subpackage com_banners
* @since 1.6
*/
class BannersModelBanner extends JModelAdmin
Expand Down
2 changes: 0 additions & 2 deletions administrator/components/com_banners/models/banners.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* Methods supporting a list of banner records.
*
* @package Joomla.Administrator
* @subpackage com_banners
* @since 1.6
*/
class BannersModelBanners extends JModelList
Expand Down
2 changes: 0 additions & 2 deletions administrator/components/com_banners/models/client.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* Client model.
*
* @package Joomla.Administrator
* @subpackage com_banners
* @since 1.6
*/
class BannersModelClient extends JModelAdmin
Expand Down
2 changes: 0 additions & 2 deletions administrator/components/com_banners/models/clients.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* Methods supporting a list of banner records.
*
* @package Joomla.Administrator
* @subpackage com_banners
* @since 1.6
*/
class BannersModelClients extends JModelList
Expand Down
2 changes: 0 additions & 2 deletions administrator/components/com_banners/models/download.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* Download model.
*
* @package Joomla.Administrator
* @subpackage com_banners
* @since 1.5
*/
class BannersModelDownload extends JModelForm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
/**
* Bannerclient Field class for the Joomla Framework.
*
* @package Joomla.Administrator
* @subpackage com_banners
* @since 1.6
*/
class JFormFieldBannerClient extends JFormFieldList
Expand Down
2 changes: 0 additions & 2 deletions administrator/components/com_banners/models/fields/clicks.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* Clicks Field class for the Joomla Framework.
*
* @package Joomla.Administrator
* @subpackage com_banners
* @since 1.6
*/
class JFormFieldClicks extends JFormField
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* Clicks Field class for the Joomla Framework.
*
* @package Joomla.Administrator
* @subpackage com_banners
* @since 1.6
*/
class JFormFieldImpMade extends JFormField
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* Impressions Field class for the Joomla Framework.
*
* @package Joomla.Administrator
* @subpackage com_banners
* @since 1.6
*/
class JFormFieldImpTotal extends JFormField
Expand Down
2 changes: 0 additions & 2 deletions administrator/components/com_banners/models/tracks.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* Methods supporting a list of tracks.
*
* @package Joomla.Administrator
* @subpackage com_banners
* @since 1.6
*/
class BannersModelTracks extends JModelList
Expand Down
2 changes: 0 additions & 2 deletions administrator/components/com_banners/tables/banner.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* Banner table
*
* @package Joomla.Administrator
* @subpackage com_banners
* @since 1.5
*/
class BannersTableBanner extends JTable
Expand Down
2 changes: 0 additions & 2 deletions administrator/components/com_banners/tables/client.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* Client table
*
* @package Joomla.Administrator
* @subpackage com_banners
* @since 1.6
*/
class BannersTableClient extends JTable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
/**
* View to edit a banner.
*
* @package Joomla.Administrator
* @subpackage com_banners
* @since 1.5
*/
class BannersViewBanner extends JViewLegacy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* View class for a list of banners.
*
* @package Joomla.Administrator
* @subpackage com_banners
* @since 1.6
*/
class BannersViewBanners extends JViewLegacy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
/**
* View to edit a client.
*
* @package Joomla.Administrator
* @subpackage com_banners
* @since 1.5
*/
class BannersViewClient extends JViewLegacy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* View class for a list of clients.
*
* @package Joomla.Administrator
* @subpackage com_banners
* @since 1.6
*/
class BannersViewClients extends JViewLegacy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* View class for download a list of tracks.
*
* @package Joomla.Administrator
* @subpackage com_banners
* @since 1.6
*/
class BannersViewDownload extends JViewLegacy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* View class for a list of tracks.
*
* @package Joomla.Administrator
* @subpackage com_banners
* @since 1.6
*/
class BannersViewTracks extends JViewLegacy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* View class for a list of tracks.
*
* @package Joomla.Administrator
* @subpackage com_banners
* @since 1.6
*/
class BannersViewTracks extends JViewLegacy
Expand Down
2 changes: 0 additions & 2 deletions administrator/components/com_cache/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* Cache Controller
*
* @package Joomla.Administrator
* @subpackage com_cache
* @since 1.6
*/
class CacheController extends JControllerLegacy
Expand Down
2 changes: 0 additions & 2 deletions administrator/components/com_cache/helpers/cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* Cache component helper.
*
* @package Joomla.Administrator
* @subpackage com_cache
* @since 1.6
*/
class CacheHelper
Expand Down
2 changes: 0 additions & 2 deletions administrator/components/com_cache/models/cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* Cache Model
*
* @package Joomla.Administrator
* @subpackage com_cache
* @since 1.6
*/
class CacheModelCache extends JModelList
Expand Down
2 changes: 0 additions & 2 deletions administrator/components/com_cache/views/cache/view.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* HTML View class for the Cache component
*
* @package Joomla.Administrator
* @subpackage com_cache
* @since 1.6
*/
class CacheViewCache extends JViewLegacy
Expand Down
Loading

0 comments on commit 6098123

Please sign in to comment.