Minor comment changes for consistency
This commit is contained in:
parent
1570afbea9
commit
54e86795d5
28 changed files with 31 additions and 31 deletions
|
@ -12,7 +12,7 @@
|
|||
* ---------------------------------------------------------------------------- */
|
||||
|
||||
/**
|
||||
* Appointments controller
|
||||
* Appointments controller.
|
||||
*
|
||||
* Handles the appointment related operations.
|
||||
*
|
||||
|
@ -20,7 +20,7 @@
|
|||
*/
|
||||
class Appointments extends EA_Controller {
|
||||
/**
|
||||
* Class Constructor
|
||||
* Appointments constructor.
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* ---------------------------------------------------------------------------- */
|
||||
|
||||
/**
|
||||
* Backend controller
|
||||
* Backend controller.
|
||||
*
|
||||
* Handles the backend related operations.
|
||||
*
|
||||
|
@ -20,7 +20,7 @@
|
|||
*/
|
||||
class Backend extends EA_Controller {
|
||||
/**
|
||||
* Class Constructor
|
||||
* Backend constructor.
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* ---------------------------------------------------------------------------- */
|
||||
|
||||
/**
|
||||
* Backend API controller
|
||||
* Backend API controller.
|
||||
*
|
||||
* Handles the backend API related operations.
|
||||
*
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
use Gregwar\Captcha\CaptchaBuilder;
|
||||
|
||||
/**
|
||||
* Captcha controller
|
||||
* Captcha controller.
|
||||
*
|
||||
* Handles the captcha operations.
|
||||
*
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* ---------------------------------------------------------------------------- */
|
||||
|
||||
/**
|
||||
* Consents controller
|
||||
* Consents controller.
|
||||
*
|
||||
* Handles user consent related operations.
|
||||
*
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
require_once __DIR__ . '/Google.php';
|
||||
|
||||
/**
|
||||
* Console controller
|
||||
* Console controller.
|
||||
*
|
||||
* Handles all the Console related operations.
|
||||
*/
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* ---------------------------------------------------------------------------- */
|
||||
|
||||
/**
|
||||
* Errors controller
|
||||
* Errors controller.
|
||||
*
|
||||
* Handles the app error related operations.
|
||||
*
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* ---------------------------------------------------------------------------- */
|
||||
|
||||
/**
|
||||
* Google controller
|
||||
* Google controller.
|
||||
*
|
||||
* Handles the Google Calendar synchronization related operations.
|
||||
*
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* ---------------------------------------------------------------------------- */
|
||||
|
||||
/**
|
||||
* Installation controller
|
||||
* Installation controller.
|
||||
*
|
||||
* Handles the installation related operations.
|
||||
*
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* ---------------------------------------------------------------------------- */
|
||||
|
||||
/**
|
||||
* Privacy controller
|
||||
* Privacy controller.
|
||||
*
|
||||
* Handles the privacy related operations.
|
||||
*
|
||||
|
@ -20,7 +20,7 @@
|
|||
*/
|
||||
class Privacy extends EA_Controller {
|
||||
/**
|
||||
* Privacy constructor
|
||||
* Privacy constructor.
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* ---------------------------------------------------------------------------- */
|
||||
|
||||
/**
|
||||
* User controller
|
||||
* User controller.
|
||||
*
|
||||
* Handles the user related operations.
|
||||
*
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
|
||||
/**
|
||||
* Accounts library
|
||||
* Accounts library.
|
||||
*
|
||||
* Handles account related functionality.
|
||||
*
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
|
||||
/**
|
||||
* Availability library
|
||||
* Availability library.
|
||||
*
|
||||
* Handles availability related functionality.
|
||||
*
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
use Google\Service\Calendar\Events;
|
||||
|
||||
/**
|
||||
* Google sync library
|
||||
* Google sync library.
|
||||
*
|
||||
* Handles Google Calendar API related functionality.
|
||||
*
|
||||
|
|
|
@ -23,7 +23,7 @@ use Jsvrcek\ICS\Model\Relationship\Organizer;
|
|||
use Jsvrcek\ICS\Utility\Formatter;
|
||||
|
||||
/**
|
||||
* Ics file library
|
||||
* Ics file library.
|
||||
*
|
||||
* Handle ICS related functionality.
|
||||
*
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* ---------------------------------------------------------------------------- */
|
||||
|
||||
/**
|
||||
* Notifications library
|
||||
* Notifications library.
|
||||
*
|
||||
* Handles the notifications related functionality.
|
||||
*
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* ---------------------------------------------------------------------------- */
|
||||
|
||||
/**
|
||||
* Synchronization library
|
||||
* Synchronization library.
|
||||
*
|
||||
* Handles external calendar synchronization functionality.
|
||||
*
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* ---------------------------------------------------------------------------- */
|
||||
|
||||
/**
|
||||
* Timezones library
|
||||
* Timezones library.
|
||||
*
|
||||
* Handles timezone related functionality.
|
||||
*
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* ---------------------------------------------------------------------------- */
|
||||
|
||||
/**
|
||||
* Admins model
|
||||
* Admins model.
|
||||
*
|
||||
* Handles all the database operations of the admin resource.
|
||||
*
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* ---------------------------------------------------------------------------- */
|
||||
|
||||
/**
|
||||
* Consents model
|
||||
* Consents model.
|
||||
*
|
||||
* Handles all the database operations of the consent resource.
|
||||
*
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* ---------------------------------------------------------------------------- */
|
||||
|
||||
/**
|
||||
* Customers model
|
||||
* Customers model.
|
||||
*
|
||||
* Handles all the database operations of the customer resource.
|
||||
*
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* ---------------------------------------------------------------------------- */
|
||||
|
||||
/**
|
||||
* Providers model
|
||||
* Providers model.
|
||||
*
|
||||
* Handles all the database operations of the provider resource.
|
||||
*
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* ---------------------------------------------------------------------------- */
|
||||
|
||||
/**
|
||||
* Roles model
|
||||
* Roles model.
|
||||
*
|
||||
* Handles all the database operations of the role resource.
|
||||
*
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* ---------------------------------------------------------------------------- */
|
||||
|
||||
/**
|
||||
* Secretaries model
|
||||
* Secretaries model.
|
||||
*
|
||||
* Handles all the database operations of the secretary resource.
|
||||
*
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* ---------------------------------------------------------------------------- */
|
||||
|
||||
/**
|
||||
* Services categories model
|
||||
* Services categories model.
|
||||
*
|
||||
* Handles all the database operations of the service category resource.
|
||||
*
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* ---------------------------------------------------------------------------- */
|
||||
|
||||
/**
|
||||
* Services model
|
||||
* Services model.
|
||||
*
|
||||
* Handles all the database operations of the service resource.
|
||||
*
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* ---------------------------------------------------------------------------- */
|
||||
|
||||
/**
|
||||
* Settings model
|
||||
* Settings model.
|
||||
*
|
||||
* Handles all the database operations of the setting resource.
|
||||
*
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* ---------------------------------------------------------------------------- */
|
||||
|
||||
/**
|
||||
* Users model
|
||||
* Users model.
|
||||
*
|
||||
* Handles all the database operations of the user resource.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue