diff --git a/application/controllers/Appointments.php b/application/controllers/Appointments.php index e668511b..3bc8268a 100755 --- a/application/controllers/Appointments.php +++ b/application/controllers/Appointments.php @@ -19,27 +19,27 @@ use EA\Engine\Types\Url; /** * Appointments Controller * - * @property CI_Session session - * @property CI_Loader load - * @property CI_Input input - * @property CI_Output output - * @property CI_Config config - * @property CI_Lang lang - * @property CI_Cache cache - * @property CI_DB_query_builder db - * @property CI_Security security - * @property Google_Sync google_sync - * @property Ics_file ics_file - * @property Appointments_Model appointments_model - * @property Providers_Model providers_model - * @property Services_Model services_model - * @property Customers_Model customers_model - * @property Settings_Model settings_model - * @property Timezones timezones - * @property Roles_Model roles_model - * @property Secretaries_Model secretaries_model - * @property Admins_Model admins_model - * @property User_Model user_model + * @property CI_Session $session + * @property CI_Loader $load + * @property CI_Input $input + * @property CI_Output $output + * @property CI_Config $config + * @property CI_Lang $lang + * @property CI_Cache $cache + * @property CI_DB_query_builder $db + * @property CI_Security $security + * @property Google_Sync $google_sync + * @property Ics_file $ics_file + * @property Appointments_Model $appointments_model + * @property Providers_Model $providers_model + * @property Services_Model $services_model + * @property Customers_Model $customers_model + * @property Settings_Model $settings_model + * @property Timezones $timezones + * @property Roles_Model $roles_model + * @property Secretaries_Model $secretaries_model + * @property Admins_Model $admins_model + * @property User_Model $user_model * * @package Controllers */ diff --git a/application/controllers/Backend.php b/application/controllers/Backend.php index 4948759c..fab6b463 100755 --- a/application/controllers/Backend.php +++ b/application/controllers/Backend.php @@ -14,27 +14,27 @@ /** * Backend Controller * - * @property CI_Session session - * @property CI_Loader load - * @property CI_Input input - * @property CI_Output output - * @property CI_Config config - * @property CI_Lang lang - * @property CI_Cache cache - * @property CI_DB_query_builder db - * @property CI_Security security - * @property Google_Sync google_sync - * @property Ics_file ics_file - * @property Appointments_Model appointments_model - * @property Providers_Model providers_model - * @property Services_Model services_model - * @property Customers_Model customers_model - * @property Settings_Model settings_model - * @property Timezones timezones - * @property Roles_Model roles_model - * @property Secretaries_Model secretaries_model - * @property Admins_Model admins_model - * @property User_Model user_model + * @property CI_Session $session + * @property CI_Loader $load + * @property CI_Input $input + * @property CI_Output $output + * @property CI_Config $config + * @property CI_Lang $lang + * @property CI_Cache $cache + * @property CI_DB_query_builder $db + * @property CI_Security $security + * @property Google_Sync $google_sync + * @property Ics_file $ics_file + * @property Appointments_Model $appointments_model + * @property Providers_Model $providers_model + * @property Services_Model $services_model + * @property Customers_Model $customers_model + * @property Settings_Model $settings_model + * @property Timezones $timezones + * @property Roles_Model $roles_model + * @property Secretaries_Model $secretaries_model + * @property Admins_Model $admins_model + * @property User_Model $user_model * * @package Controllers */ diff --git a/application/controllers/Backend_api.php b/application/controllers/Backend_api.php index 5426370d..b76ddb17 100755 --- a/application/controllers/Backend_api.php +++ b/application/controllers/Backend_api.php @@ -21,27 +21,27 @@ use EA\Engine\Types\Url; * * Contains all the backend AJAX callbacks. * - * @property CI_Session session - * @property CI_Loader load - * @property CI_Input input - * @property CI_Output output - * @property CI_Config config - * @property CI_Lang lang - * @property CI_Cache cache - * @property CI_DB_query_builder db - * @property CI_Security security - * @property Google_Sync google_sync - * @property Ics_file ics_file - * @property Appointments_Model appointments_model - * @property Providers_Model providers_model - * @property Services_Model services_model - * @property Customers_Model customers_model - * @property Settings_Model settings_model - * @property Timezones timezones - * @property Roles_Model roles_model - * @property Secretaries_Model secretaries_model - * @property Admins_Model admins_model - * @property User_Model user_model + * @property CI_Session $session + * @property CI_Loader $load + * @property CI_Input $input + * @property CI_Output $output + * @property CI_Config $config + * @property CI_Lang $lang + * @property CI_Cache $cache + * @property CI_DB_query_builder $db + * @property CI_Security $security + * @property Google_Sync $google_sync + * @property Ics_file $ics_file + * @property Appointments_Model $appointments_model + * @property Providers_Model $providers_model + * @property Services_Model $services_model + * @property Customers_Model $customers_model + * @property Settings_Model $settings_model + * @property Timezones $timezones + * @property Roles_Model $roles_model + * @property Secretaries_Model $secretaries_model + * @property Admins_Model $admins_model + * @property User_Model $user_model * * @package Controllers */ diff --git a/application/controllers/Captcha.php b/application/controllers/Captcha.php index 86bd4b90..897aa0fa 100644 --- a/application/controllers/Captcha.php +++ b/application/controllers/Captcha.php @@ -14,27 +14,27 @@ /** * Captcha Controller * - * @property CI_Session session - * @property CI_Loader load - * @property CI_Input input - * @property CI_Output output - * @property CI_Config config - * @property CI_Lang lang - * @property CI_Cache cache - * @property CI_DB_query_builder db - * @property CI_Security security - * @property Google_Sync google_sync - * @property Ics_file ics_file - * @property Appointments_Model appointments_model - * @property Providers_Model providers_model - * @property Services_Model services_model - * @property Customers_Model customers_model - * @property Settings_Model settings_model - * @property Timezones timezones - * @property Roles_Model roles_model - * @property Secretaries_Model secretaries_model - * @property Admins_Model admins_model - * @property User_Model user_model + * @property CI_Session $session + * @property CI_Loader $load + * @property CI_Input $input + * @property CI_Output $output + * @property CI_Config $config + * @property CI_Lang $lang + * @property CI_Cache $cache + * @property CI_DB_query_builder $db + * @property CI_Security $security + * @property Google_Sync $google_sync + * @property Ics_file $ics_file + * @property Appointments_Model $appointments_model + * @property Providers_Model $providers_model + * @property Services_Model $services_model + * @property Customers_Model $customers_model + * @property Settings_Model $settings_model + * @property Timezones $timezones + * @property Roles_Model $roles_model + * @property Secretaries_Model $secretaries_model + * @property Admins_Model $admins_model + * @property User_Model $user_model * * @package Controllers */ diff --git a/application/controllers/Consents.php b/application/controllers/Consents.php index 60494828..bd8e4fb2 100644 --- a/application/controllers/Consents.php +++ b/application/controllers/Consents.php @@ -16,28 +16,28 @@ * * Handles user consent related operations. * - * @property CI_Session session - * @property CI_Loader load - * @property CI_Input input - * @property CI_Output output - * @property CI_Config config - * @property CI_Lang lang - * @property CI_Cache cache - * @property CI_DB_query_builder db - * @property CI_Security security - * @property Google_Sync google_sync - * @property Ics_file ics_file - * @property Appointments_Model appointments_model - * @property Providers_Model providers_model - * @property Services_Model services_model - * @property Customers_Model customers_model + * @property CI_Session $session + * @property CI_Loader $load + * @property CI_Input $input + * @property CI_Output $output + * @property CI_Config $config + * @property CI_Lang $lang + * @property CI_Cache $cache + * @property CI_DB_query_builder $db + * @property CI_Security $security + * @property Google_Sync $google_sync + * @property Ics_file $ics_file + * @property Appointments_Model $appointments_model + * @property Providers_Model $providers_model + * @property Services_Model $services_model + * @property Customers_Model $customers_model * @property Consents_Model consents_model - * @property Settings_Model settings_model - * @property Timezones timezones - * @property Roles_Model roles_model - * @property Secretaries_Model secretaries_model - * @property Admins_Model admins_model - * @property User_Model user_model + * @property Settings_Model $settings_model + * @property Timezones $timezones + * @property Roles_Model $roles_model + * @property Secretaries_Model $secretaries_model + * @property Admins_Model $admins_model + * @property User_Model $user_model * * @package Controllers */ diff --git a/application/controllers/Errors.php b/application/controllers/Errors.php index 49c01f45..425a35ed 100644 --- a/application/controllers/Errors.php +++ b/application/controllers/Errors.php @@ -14,27 +14,27 @@ /** * Errors Controller * - * @property CI_Session session - * @property CI_Loader load - * @property CI_Input input - * @property CI_Output output - * @property CI_Config config - * @property CI_Lang lang - * @property CI_Cache cache - * @property CI_DB_query_builder db - * @property CI_Security security - * @property Google_Sync google_sync - * @property Ics_file ics_file - * @property Appointments_Model appointments_model - * @property Providers_Model providers_model - * @property Services_Model services_model - * @property Customers_Model customers_model - * @property Settings_Model settings_model - * @property Timezones timezones - * @property Roles_Model roles_model - * @property Secretaries_Model secretaries_model - * @property Admins_Model admins_model - * @property User_Model user_model + * @property CI_Session $session + * @property CI_Loader $load + * @property CI_Input $input + * @property CI_Output $output + * @property CI_Config $config + * @property CI_Lang $lang + * @property CI_Cache $cache + * @property CI_DB_query_builder $db + * @property CI_Security $security + * @property Google_Sync $google_sync + * @property Ics_file $ics_file + * @property Appointments_Model $appointments_model + * @property Providers_Model $providers_model + * @property Services_Model $services_model + * @property Customers_Model $customers_model + * @property Settings_Model $settings_model + * @property Timezones $timezones + * @property Roles_Model $roles_model + * @property Secretaries_Model $secretaries_model + * @property Admins_Model $admins_model + * @property User_Model $user_model * * @package Controllers */ diff --git a/application/controllers/Google.php b/application/controllers/Google.php index b3b13861..016f462a 100644 --- a/application/controllers/Google.php +++ b/application/controllers/Google.php @@ -16,27 +16,27 @@ * * This controller handles the Google Calendar synchronization operations. * - * @property CI_Session session - * @property CI_Loader load - * @property CI_Input input - * @property CI_Output output - * @property CI_Config config - * @property CI_Lang lang - * @property CI_Cache cache - * @property CI_DB_query_builder db - * @property CI_Security security - * @property Google_Sync google_sync - * @property Ics_file ics_file - * @property Appointments_Model appointments_model - * @property Providers_Model providers_model - * @property Services_Model services_model - * @property Customers_Model customers_model - * @property Settings_Model settings_model - * @property Timezones timezones - * @property Roles_Model roles_model - * @property Secretaries_Model secretaries_model - * @property Admins_Model admins_model - * @property User_Model user_model + * @property CI_Session $session + * @property CI_Loader $load + * @property CI_Input $input + * @property CI_Output $output + * @property CI_Config $config + * @property CI_Lang $lang + * @property CI_Cache $cache + * @property CI_DB_query_builder $db + * @property CI_Security $security + * @property Google_Sync $google_sync + * @property Ics_file $ics_file + * @property Appointments_Model $appointments_model + * @property Providers_Model $providers_model + * @property Services_Model $services_model + * @property Customers_Model $customers_model + * @property Settings_Model $settings_model + * @property Timezones $timezones + * @property Roles_Model $roles_model + * @property Secretaries_Model $secretaries_model + * @property Admins_Model $admins_model + * @property User_Model $user_model * * @package Controllers */ diff --git a/application/controllers/Installation.php b/application/controllers/Installation.php index d2c12d3c..1ad2fe17 100644 --- a/application/controllers/Installation.php +++ b/application/controllers/Installation.php @@ -16,28 +16,28 @@ * * This controller will handle the installation procedure of Easy!Appointments. * - * @property CI_Session session - * @property CI_Loader load - * @property CI_Input input - * @property CI_Output output - * @property CI_Config config - * @property CI_Lang lang - * @property CI_Cache cache - * @property CI_DB_query_builder db - * @property CI_Security security + * @property CI_Session $session + * @property CI_Loader $load + * @property CI_Input $input + * @property CI_Output $output + * @property CI_Config $config + * @property CI_Lang $lang + * @property CI_Cache $cache + * @property CI_DB_query_builder $db + * @property CI_Security $security * @property CI_Migration migration - * @property Google_Sync google_sync - * @property Ics_file ics_file - * @property Appointments_Model appointments_model - * @property Providers_Model providers_model - * @property Services_Model services_model - * @property Customers_Model customers_model - * @property Settings_Model settings_model - * @property Timezones timezones - * @property Roles_Model roles_model - * @property Secretaries_Model secretaries_model - * @property Admins_Model admins_model - * @property User_Model user_model + * @property Google_Sync $google_sync + * @property Ics_file $ics_file + * @property Appointments_Model $appointments_model + * @property Providers_Model $providers_model + * @property Services_Model $services_model + * @property Customers_Model $customers_model + * @property Settings_Model $settings_model + * @property Timezones $timezones + * @property Roles_Model $roles_model + * @property Secretaries_Model $secretaries_model + * @property Admins_Model $admins_model + * @property User_Model $user_model * * @package Controllers */ diff --git a/application/controllers/Privacy.php b/application/controllers/Privacy.php index 77186cba..cf8647f3 100644 --- a/application/controllers/Privacy.php +++ b/application/controllers/Privacy.php @@ -14,27 +14,27 @@ /** * Class Privacy * - * @property CI_Session session - * @property CI_Loader load - * @property CI_Input input - * @property CI_Output output - * @property CI_Config config - * @property CI_Lang lang - * @property CI_Cache cache - * @property CI_DB_query_builder db - * @property CI_Security security - * @property Google_Sync google_sync - * @property Ics_file ics_file - * @property Appointments_Model appointments_model - * @property Providers_Model providers_model - * @property Services_Model services_model - * @property Customers_Model customers_model - * @property Settings_Model settings_model - * @property Timezones timezones - * @property Roles_Model roles_model - * @property Secretaries_Model secretaries_model - * @property Admins_Model admins_model - * @property User_Model user_model + * @property CI_Session $session + * @property CI_Loader $load + * @property CI_Input $input + * @property CI_Output $output + * @property CI_Config $config + * @property CI_Lang $lang + * @property CI_Cache $cache + * @property CI_DB_query_builder $db + * @property CI_Security $security + * @property Google_Sync $google_sync + * @property Ics_file $ics_file + * @property Appointments_Model $appointments_model + * @property Providers_Model $providers_model + * @property Services_Model $services_model + * @property Customers_Model $customers_model + * @property Settings_Model $settings_model + * @property Timezones $timezones + * @property Roles_Model $roles_model + * @property Secretaries_Model $secretaries_model + * @property Admins_Model $admins_model + * @property User_Model $user_model * * @package Controllers */ diff --git a/application/controllers/User.php b/application/controllers/User.php index 37e0e6fc..4223773e 100644 --- a/application/controllers/User.php +++ b/application/controllers/User.php @@ -18,27 +18,27 @@ use EA\Engine\Types\NonEmptyText; /** * User Controller * - * @property CI_Session session - * @property CI_Loader load - * @property CI_Input input - * @property CI_Output output - * @property CI_Config config - * @property CI_Lang lang - * @property CI_Cache cache - * @property CI_DB_query_builder db - * @property CI_Security security - * @property Google_Sync google_sync - * @property Ics_file ics_file - * @property Appointments_Model appointments_model - * @property Providers_Model providers_model - * @property Services_Model services_model - * @property Customers_Model customers_model - * @property Settings_Model settings_model - * @property Timezones timezones - * @property Roles_Model roles_model - * @property Secretaries_Model secretaries_model - * @property Admins_Model admins_model - * @property User_Model user_model + * @property CI_Session $session + * @property CI_Loader $load + * @property CI_Input $input + * @property CI_Output $output + * @property CI_Config $config + * @property CI_Lang $lang + * @property CI_Cache $cache + * @property CI_DB_query_builder $db + * @property CI_Security $security + * @property Google_Sync $google_sync + * @property Ics_file $ics_file + * @property Appointments_Model $appointments_model + * @property Providers_Model $providers_model + * @property Services_Model $services_model + * @property Customers_Model $customers_model + * @property Settings_Model $settings_model + * @property Timezones $timezones + * @property Roles_Model $roles_model + * @property Secretaries_Model $secretaries_model + * @property Admins_Model $admins_model + * @property User_Model $user_model * * @package Controllers */ diff --git a/application/controllers/api/v1/Admins.php b/application/controllers/api/v1/Admins.php index 6a14367f..3c4cea7c 100644 --- a/application/controllers/api/v1/Admins.php +++ b/application/controllers/api/v1/Admins.php @@ -20,27 +20,27 @@ use EA\Engine\Types\NonEmptyText; /** * Admins Controller * - * @property CI_Session session - * @property CI_Loader load - * @property CI_Input input - * @property CI_Output output - * @property CI_Config config - * @property CI_Lang lang - * @property CI_Cache cache - * @property CI_DB_query_builder db - * @property CI_Security security - * @property Google_Sync google_sync - * @property Ics_file ics_file - * @property Appointments_Model appointments_model - * @property Providers_Model providers_model - * @property Services_Model services_model - * @property Customers_Model customers_model - * @property Settings_Model settings_model - * @property Timezones timezones - * @property Roles_Model roles_model - * @property Secretaries_Model secretaries_model - * @property Admins_Model admins_model - * @property User_Model user_model + * @property CI_Session $session + * @property CI_Loader $load + * @property CI_Input $input + * @property CI_Output $output + * @property CI_Config $config + * @property CI_Lang $lang + * @property CI_Cache $cache + * @property CI_DB_query_builder $db + * @property CI_Security $security + * @property Google_Sync $google_sync + * @property Ics_file $ics_file + * @property Appointments_Model $appointments_model + * @property Providers_Model $providers_model + * @property Services_Model $services_model + * @property Customers_Model $customers_model + * @property Settings_Model $settings_model + * @property Timezones $timezones + * @property Roles_Model $roles_model + * @property Secretaries_Model $secretaries_model + * @property Admins_Model $admins_model + * @property User_Model $user_model * * @package Controllers */ diff --git a/application/controllers/api/v1/Appointments.php b/application/controllers/api/v1/Appointments.php index d775ab95..d479dab8 100644 --- a/application/controllers/api/v1/Appointments.php +++ b/application/controllers/api/v1/Appointments.php @@ -20,27 +20,27 @@ use EA\Engine\Types\NonEmptyText; /** * Appointments Controller * - * @property CI_Session session - * @property CI_Loader load - * @property CI_Input input - * @property CI_Output output - * @property CI_Config config - * @property CI_Lang lang - * @property CI_Cache cache - * @property CI_DB_query_builder db - * @property CI_Security security - * @property Google_Sync google_sync - * @property Ics_file ics_file - * @property Appointments_Model appointments_model - * @property Providers_Model providers_model - * @property Services_Model services_model - * @property Customers_Model customers_model - * @property Settings_Model settings_model - * @property Timezones timezones - * @property Roles_Model roles_model - * @property Secretaries_Model secretaries_model - * @property Admins_Model admins_model - * @property User_Model user_model + * @property CI_Session $session + * @property CI_Loader $load + * @property CI_Input $input + * @property CI_Output $output + * @property CI_Config $config + * @property CI_Lang $lang + * @property CI_Cache $cache + * @property CI_DB_query_builder $db + * @property CI_Security $security + * @property Google_Sync $google_sync + * @property Ics_file $ics_file + * @property Appointments_Model $appointments_model + * @property Providers_Model $providers_model + * @property Services_Model $services_model + * @property Customers_Model $customers_model + * @property Settings_Model $settings_model + * @property Timezones $timezones + * @property Roles_Model $roles_model + * @property Secretaries_Model $secretaries_model + * @property Admins_Model $admins_model + * @property User_Model $user_model * * @package Controllers */ diff --git a/application/controllers/api/v1/Availabilities.php b/application/controllers/api/v1/Availabilities.php index 92714f76..48aec473 100644 --- a/application/controllers/api/v1/Availabilities.php +++ b/application/controllers/api/v1/Availabilities.php @@ -19,27 +19,27 @@ use EA\Engine\Types\UnsignedInteger; /** * Availabilities Controller * - * @property CI_Session session - * @property CI_Loader load - * @property CI_Input input - * @property CI_Output output - * @property CI_Config config - * @property CI_Lang lang - * @property CI_Cache cache - * @property CI_DB_query_builder db - * @property CI_Security security - * @property Google_Sync google_sync - * @property Ics_file ics_file - * @property Appointments_Model appointments_model - * @property Providers_Model providers_model - * @property Services_Model services_model - * @property Customers_Model customers_model - * @property Settings_Model settings_model - * @property Timezones timezones - * @property Roles_Model roles_model - * @property Secretaries_Model secretaries_model - * @property Admins_Model admins_model - * @property User_Model user_model + * @property CI_Session $session + * @property CI_Loader $load + * @property CI_Input $input + * @property CI_Output $output + * @property CI_Config $config + * @property CI_Lang $lang + * @property CI_Cache $cache + * @property CI_DB_query_builder $db + * @property CI_Security $security + * @property Google_Sync $google_sync + * @property Ics_file $ics_file + * @property Appointments_Model $appointments_model + * @property Providers_Model $providers_model + * @property Services_Model $services_model + * @property Customers_Model $customers_model + * @property Settings_Model $settings_model + * @property Timezones $timezones + * @property Roles_Model $roles_model + * @property Secretaries_Model $secretaries_model + * @property Admins_Model $admins_model + * @property User_Model $user_model * * @package Controllers */ diff --git a/application/controllers/api/v1/Categories.php b/application/controllers/api/v1/Categories.php index 484fce2d..eb5a6649 100644 --- a/application/controllers/api/v1/Categories.php +++ b/application/controllers/api/v1/Categories.php @@ -20,27 +20,27 @@ use EA\Engine\Types\NonEmptyText; /** * Categories Controller * - * @property CI_Session session - * @property CI_Loader load - * @property CI_Input input - * @property CI_Output output - * @property CI_Config config - * @property CI_Lang lang - * @property CI_Cache cache - * @property CI_DB_query_builder db - * @property CI_Security security - * @property Google_Sync google_sync - * @property Ics_file ics_file - * @property Appointments_Model appointments_model - * @property Providers_Model providers_model - * @property Services_Model services_model - * @property Customers_Model customers_model - * @property Settings_Model settings_model - * @property Timezones timezones - * @property Roles_Model roles_model - * @property Secretaries_Model secretaries_model - * @property Admins_Model admins_model - * @property User_Model user_model + * @property CI_Session $session + * @property CI_Loader $load + * @property CI_Input $input + * @property CI_Output $output + * @property CI_Config $config + * @property CI_Lang $lang + * @property CI_Cache $cache + * @property CI_DB_query_builder $db + * @property CI_Security $security + * @property Google_Sync $google_sync + * @property Ics_file $ics_file + * @property Appointments_Model $appointments_model + * @property Providers_Model $providers_model + * @property Services_Model $services_model + * @property Customers_Model $customers_model + * @property Settings_Model $settings_model + * @property Timezones $timezones + * @property Roles_Model $roles_model + * @property Secretaries_Model $secretaries_model + * @property Admins_Model $admins_model + * @property User_Model $user_model * * @package Controllers */ diff --git a/application/controllers/api/v1/Customers.php b/application/controllers/api/v1/Customers.php index 54a40604..e2d9a332 100644 --- a/application/controllers/api/v1/Customers.php +++ b/application/controllers/api/v1/Customers.php @@ -20,27 +20,27 @@ use EA\Engine\Types\NonEmptyText; /** * Customers Controller * - * @property CI_Session session - * @property CI_Loader load - * @property CI_Input input - * @property CI_Output output - * @property CI_Config config - * @property CI_Lang lang - * @property CI_Cache cache - * @property CI_DB_query_builder db - * @property CI_Security security - * @property Google_Sync google_sync - * @property Ics_file ics_file - * @property Appointments_Model appointments_model - * @property Providers_Model providers_model - * @property Services_Model services_model - * @property Customers_Model customers_model - * @property Settings_Model settings_model - * @property Timezones timezones - * @property Roles_Model roles_model - * @property Secretaries_Model secretaries_model - * @property Admins_Model admins_model - * @property User_Model user_model + * @property CI_Session $session + * @property CI_Loader $load + * @property CI_Input $input + * @property CI_Output $output + * @property CI_Config $config + * @property CI_Lang $lang + * @property CI_Cache $cache + * @property CI_DB_query_builder $db + * @property CI_Security $security + * @property Google_Sync $google_sync + * @property Ics_file $ics_file + * @property Appointments_Model $appointments_model + * @property Providers_Model $providers_model + * @property Services_Model $services_model + * @property Customers_Model $customers_model + * @property Settings_Model $settings_model + * @property Timezones $timezones + * @property Roles_Model $roles_model + * @property Secretaries_Model $secretaries_model + * @property Admins_Model $admins_model + * @property User_Model $user_model * * @package Controllers */ diff --git a/application/controllers/api/v1/Providers.php b/application/controllers/api/v1/Providers.php index d1fe913a..2918e053 100644 --- a/application/controllers/api/v1/Providers.php +++ b/application/controllers/api/v1/Providers.php @@ -20,27 +20,27 @@ use EA\Engine\Types\NonEmptyText; /** * Providers Controller * - * @property CI_Session session - * @property CI_Loader load - * @property CI_Input input - * @property CI_Output output - * @property CI_Config config - * @property CI_Lang lang - * @property CI_Cache cache - * @property CI_DB_query_builder db - * @property CI_Security security - * @property Google_Sync google_sync - * @property Ics_file ics_file - * @property Appointments_Model appointments_model - * @property Providers_Model providers_model - * @property Services_Model services_model - * @property Customers_Model customers_model - * @property Settings_Model settings_model - * @property Timezones timezones - * @property Roles_Model roles_model - * @property Secretaries_Model secretaries_model - * @property Admins_Model admins_model - * @property User_Model user_model + * @property CI_Session $session + * @property CI_Loader $load + * @property CI_Input $input + * @property CI_Output $output + * @property CI_Config $config + * @property CI_Lang $lang + * @property CI_Cache $cache + * @property CI_DB_query_builder $db + * @property CI_Security $security + * @property Google_Sync $google_sync + * @property Ics_file $ics_file + * @property Appointments_Model $appointments_model + * @property Providers_Model $providers_model + * @property Services_Model $services_model + * @property Customers_Model $customers_model + * @property Settings_Model $settings_model + * @property Timezones $timezones + * @property Roles_Model $roles_model + * @property Secretaries_Model $secretaries_model + * @property Admins_Model $admins_model + * @property User_Model $user_model * * @package Controllers */ diff --git a/application/controllers/api/v1/Secretaries.php b/application/controllers/api/v1/Secretaries.php index 7664d8c7..605fd711 100644 --- a/application/controllers/api/v1/Secretaries.php +++ b/application/controllers/api/v1/Secretaries.php @@ -20,27 +20,27 @@ use EA\Engine\Types\NonEmptyText; /** * Secretaries Controller * - * @property CI_Session session - * @property CI_Loader load - * @property CI_Input input - * @property CI_Output output - * @property CI_Config config - * @property CI_Lang lang - * @property CI_Cache cache - * @property CI_DB_query_builder db - * @property CI_Security security - * @property Google_Sync google_sync - * @property Ics_file ics_file - * @property Appointments_Model appointments_model - * @property Providers_Model providers_model - * @property Services_Model services_model - * @property Customers_Model customers_model - * @property Settings_Model settings_model - * @property Timezones timezones - * @property Roles_Model roles_model - * @property Secretaries_Model secretaries_model - * @property Admins_Model admins_model - * @property User_Model user_model + * @property CI_Session $session + * @property CI_Loader $load + * @property CI_Input $input + * @property CI_Output $output + * @property CI_Config $config + * @property CI_Lang $lang + * @property CI_Cache $cache + * @property CI_DB_query_builder $db + * @property CI_Security $security + * @property Google_Sync $google_sync + * @property Ics_file $ics_file + * @property Appointments_Model $appointments_model + * @property Providers_Model $providers_model + * @property Services_Model $services_model + * @property Customers_Model $customers_model + * @property Settings_Model $settings_model + * @property Timezones $timezones + * @property Roles_Model $roles_model + * @property Secretaries_Model $secretaries_model + * @property Admins_Model $admins_model + * @property User_Model $user_model * * @package Controllers */ diff --git a/application/controllers/api/v1/Services.php b/application/controllers/api/v1/Services.php index a4947a0a..6aa9ccf1 100644 --- a/application/controllers/api/v1/Services.php +++ b/application/controllers/api/v1/Services.php @@ -20,27 +20,27 @@ use EA\Engine\Types\NonEmptyText; /** * Services Controller * - * @property CI_Session session - * @property CI_Loader load - * @property CI_Input input - * @property CI_Output output - * @property CI_Config config - * @property CI_Lang lang - * @property CI_Cache cache - * @property CI_DB_query_builder db - * @property CI_Security security - * @property Google_Sync google_sync - * @property Ics_file ics_file - * @property Appointments_Model appointments_model - * @property Providers_Model providers_model - * @property Services_Model services_model - * @property Customers_Model customers_model - * @property Settings_Model settings_model - * @property Timezones timezones - * @property Roles_Model roles_model - * @property Secretaries_Model secretaries_model - * @property Admins_Model admins_model - * @property User_Model user_model + * @property CI_Session $session + * @property CI_Loader $load + * @property CI_Input $input + * @property CI_Output $output + * @property CI_Config $config + * @property CI_Lang $lang + * @property CI_Cache $cache + * @property CI_DB_query_builder $db + * @property CI_Security $security + * @property Google_Sync $google_sync + * @property Ics_file $ics_file + * @property Appointments_Model $appointments_model + * @property Providers_Model $providers_model + * @property Services_Model $services_model + * @property Customers_Model $customers_model + * @property Settings_Model $settings_model + * @property Timezones $timezones + * @property Roles_Model $roles_model + * @property Secretaries_Model $secretaries_model + * @property Admins_Model $admins_model + * @property User_Model $user_model * * @package Controllers */ diff --git a/application/controllers/api/v1/Settings.php b/application/controllers/api/v1/Settings.php index 80825137..19a82f28 100644 --- a/application/controllers/api/v1/Settings.php +++ b/application/controllers/api/v1/Settings.php @@ -19,27 +19,27 @@ use EA\Engine\Api\V1\Response; /** * Settings Controller * - * @property CI_Session session - * @property CI_Loader load - * @property CI_Input input - * @property CI_Output output - * @property CI_Config config - * @property CI_Lang lang - * @property CI_Cache cache - * @property CI_DB_query_builder db - * @property CI_Security security - * @property Google_Sync google_sync - * @property Ics_file ics_file - * @property Appointments_Model appointments_model - * @property Providers_Model providers_model - * @property Services_Model services_model - * @property Customers_Model customers_model - * @property Settings_Model settings_model - * @property Timezones timezones - * @property Roles_Model roles_model - * @property Secretaries_Model secretaries_model - * @property Admins_Model admins_model - * @property User_Model user_model + * @property CI_Session $session + * @property CI_Loader $load + * @property CI_Input $input + * @property CI_Output $output + * @property CI_Config $config + * @property CI_Lang $lang + * @property CI_Cache $cache + * @property CI_DB_query_builder $db + * @property CI_Security $security + * @property Google_Sync $google_sync + * @property Ics_file $ics_file + * @property Appointments_Model $appointments_model + * @property Providers_Model $providers_model + * @property Services_Model $services_model + * @property Customers_Model $customers_model + * @property Settings_Model $settings_model + * @property Timezones $timezones + * @property Roles_Model $roles_model + * @property Secretaries_Model $secretaries_model + * @property Admins_Model $admins_model + * @property User_Model $user_model * * @package Controllers */ diff --git a/application/controllers/api/v1/Unavailabilities.php b/application/controllers/api/v1/Unavailabilities.php index 1c8e5c60..bc2cc2c9 100644 --- a/application/controllers/api/v1/Unavailabilities.php +++ b/application/controllers/api/v1/Unavailabilities.php @@ -20,27 +20,27 @@ use EA\Engine\Types\NonEmptyText; /** * Unavailabilities Controller * - * @property CI_Session session - * @property CI_Loader load - * @property CI_Input input - * @property CI_Output output - * @property CI_Config config - * @property CI_Lang lang - * @property CI_Cache cache - * @property CI_DB_query_builder db - * @property CI_Security security - * @property Google_Sync google_sync - * @property Ics_file ics_file - * @property Appointments_Model appointments_model - * @property Providers_Model providers_model - * @property Services_Model services_model - * @property Customers_Model customers_model - * @property Settings_Model settings_model - * @property Timezones timezones - * @property Roles_Model roles_model - * @property Secretaries_Model secretaries_model - * @property Admins_Model admins_model - * @property User_Model user_model + * @property CI_Session $session + * @property CI_Loader $load + * @property CI_Input $input + * @property CI_Output $output + * @property CI_Config $config + * @property CI_Lang $lang + * @property CI_Cache $cache + * @property CI_DB_query_builder $db + * @property CI_Security $security + * @property Google_Sync $google_sync + * @property Ics_file $ics_file + * @property Appointments_Model $appointments_model + * @property Providers_Model $providers_model + * @property Services_Model $services_model + * @property Customers_Model $customers_model + * @property Settings_Model $settings_model + * @property Timezones $timezones + * @property Roles_Model $roles_model + * @property Secretaries_Model $secretaries_model + * @property Admins_Model $admins_model + * @property User_Model $user_model * * @package Controllers */ diff --git a/application/libraries/Timezones.php b/application/libraries/Timezones.php index befa61d5..ea5d4119 100644 --- a/application/libraries/Timezones.php +++ b/application/libraries/Timezones.php @@ -14,7 +14,7 @@ /** * Timezones * - * @property CI_Loader load + * @property CI_Loader $load * * @package Models */ diff --git a/application/migrations/001_specific_calendar_sync.php b/application/migrations/001_specific_calendar_sync.php index 77cf788d..d7a190ae 100644 --- a/application/migrations/001_specific_calendar_sync.php +++ b/application/migrations/001_specific_calendar_sync.php @@ -17,7 +17,7 @@ * Notice: This first migration got altered to include the creation of the initial database structure so that external * SQL are not required. * - * @property CI_DB_query_builder db + * @property CI_DB_query_builder $db * @property CI_DB_forge dbforge */ class Migration_Specific_calendar_sync extends CI_Migration { diff --git a/application/migrations/002_add_google_analytics_setting.php b/application/migrations/002_add_google_analytics_setting.php index fd40f903..e39402c8 100644 --- a/application/migrations/002_add_google_analytics_setting.php +++ b/application/migrations/002_add_google_analytics_setting.php @@ -14,7 +14,7 @@ /** * Class Migration_Add_google_analytics_setting * - * @property CI_DB_query_builder db + * @property CI_DB_query_builder $db * @property CI_DB_forge dbforge */ class Migration_Add_google_analytics_setting extends CI_Migration { diff --git a/application/migrations/003_add_customer_notifications_setting.php b/application/migrations/003_add_customer_notifications_setting.php index 993845f4..a90d33b5 100644 --- a/application/migrations/003_add_customer_notifications_setting.php +++ b/application/migrations/003_add_customer_notifications_setting.php @@ -14,7 +14,7 @@ /** * Class Migration_Add_customer_notifications_setting * - * @property CI_DB_query_builder db + * @property CI_DB_query_builder $db * @property CI_DB_forge dbforge */ class Migration_Add_customer_notifications_setting extends CI_Migration { diff --git a/application/migrations/004_add_date_format_setting.php b/application/migrations/004_add_date_format_setting.php index 7a3d2a69..5dd22026 100644 --- a/application/migrations/004_add_date_format_setting.php +++ b/application/migrations/004_add_date_format_setting.php @@ -14,7 +14,7 @@ /** * Class Migration_Add_date_format_setting * - * @property CI_DB_query_builder db + * @property CI_DB_query_builder $db * @property CI_DB_forge dbforge */ class Migration_Add_date_format_setting extends CI_Migration { diff --git a/application/migrations/005_add_require_captcha_setting.php b/application/migrations/005_add_require_captcha_setting.php index fca873a0..84867be8 100644 --- a/application/migrations/005_add_require_captcha_setting.php +++ b/application/migrations/005_add_require_captcha_setting.php @@ -14,7 +14,7 @@ /** * Class Migration_Add_require_captcha_setting * - * @property CI_DB_query_builder db + * @property CI_DB_query_builder $db * @property CI_DB_forge dbforge */ class Migration_Add_require_captcha_setting extends CI_Migration { diff --git a/application/migrations/006_add_calendar_view_setting.php b/application/migrations/006_add_calendar_view_setting.php index c1ca41f4..e7ad51f5 100644 --- a/application/migrations/006_add_calendar_view_setting.php +++ b/application/migrations/006_add_calendar_view_setting.php @@ -14,7 +14,7 @@ /** * Class Migration_Add_calendar_view_setting * - * @property CI_DB_query_builder db + * @property CI_DB_query_builder $db * @property CI_DB_forge dbforge */ class Migration_Add_calendar_view_setting extends CI_Migration { diff --git a/application/migrations/007_add_service_availabilities_type.php b/application/migrations/007_add_service_availabilities_type.php index 459b4cf2..14d824ec 100644 --- a/application/migrations/007_add_service_availabilities_type.php +++ b/application/migrations/007_add_service_availabilities_type.php @@ -14,7 +14,7 @@ /** * Class Migration_Add_service_availabilities_type * - * @property CI_DB_query_builder db + * @property CI_DB_query_builder $db * @property CI_DB_forge dbforge */ class Migration_Add_service_availabilities_type extends CI_Migration { diff --git a/application/migrations/008_add_service_attendants_number.php b/application/migrations/008_add_service_attendants_number.php index 60266f11..728abcb9 100644 --- a/application/migrations/008_add_service_attendants_number.php +++ b/application/migrations/008_add_service_attendants_number.php @@ -14,7 +14,7 @@ /** * Class Migration_Add_service_attendants_number * - * @property CI_DB_query_builder db + * @property CI_DB_query_builder $db * @property CI_DB_forge dbforge */ class Migration_Add_service_attendants_number extends CI_Migration { diff --git a/application/migrations/009_change_column_types.php b/application/migrations/009_change_column_types.php index 54657720..05b8bbca 100644 --- a/application/migrations/009_change_column_types.php +++ b/application/migrations/009_change_column_types.php @@ -14,7 +14,7 @@ /** * Class Migration_Change_column_types * - * @property CI_DB_query_builder db + * @property CI_DB_query_builder $db * @property CI_DB_forge dbforge */ class Migration_Change_column_types extends CI_Migration { diff --git a/application/migrations/010_add_time_format_setting.php b/application/migrations/010_add_time_format_setting.php index edacb26d..e7f09463 100644 --- a/application/migrations/010_add_time_format_setting.php +++ b/application/migrations/010_add_time_format_setting.php @@ -14,7 +14,7 @@ /** * Class Migration_Add_time_format_setting * - * @property CI_DB_query_builder db + * @property CI_DB_query_builder $db * @property CI_DB_forge dbforge */ class Migration_Add_time_format_setting extends CI_Migration { diff --git a/application/migrations/011_remove_prefix_from_fkey_constraints.php b/application/migrations/011_remove_prefix_from_fkey_constraints.php index 8b0032cc..92a8f499 100644 --- a/application/migrations/011_remove_prefix_from_fkey_constraints.php +++ b/application/migrations/011_remove_prefix_from_fkey_constraints.php @@ -14,7 +14,7 @@ /** * Class Migration_Remove_prefix_from_foreign_keys * - * @property CI_DB_query_builder db + * @property CI_DB_query_builder $db * @property CI_DB_forge dbforge */ class Migration_Remove_prefix_from_fkey_constraints extends CI_Migration { diff --git a/application/migrations/012_legal_contents.php b/application/migrations/012_legal_contents.php index ced66270..7235e786 100644 --- a/application/migrations/012_legal_contents.php +++ b/application/migrations/012_legal_contents.php @@ -14,7 +14,7 @@ /** * Class Migration_Create_consents_table * - * @property CI_DB_query_builder db + * @property CI_DB_query_builder $db * @property CI_DB_forge dbforge */ class Migration_Legal_contents extends CI_Migration { diff --git a/application/migrations/013_add_weekday_start_setting.php b/application/migrations/013_add_weekday_start_setting.php index 9747820a..df568e76 100644 --- a/application/migrations/013_add_weekday_start_setting.php +++ b/application/migrations/013_add_weekday_start_setting.php @@ -14,7 +14,7 @@ /** * Class Migration_Add_weekday_start_setting * - * @property CI_DB_query_builder db + * @property CI_DB_query_builder $db * @property CI_DB_forge dbforge */ class Migration_Add_weekday_start_setting extends CI_Migration { diff --git a/application/migrations/014_create_appointment_location_column.php b/application/migrations/014_create_appointment_location_column.php index 1b1436c6..d41119c7 100644 --- a/application/migrations/014_create_appointment_location_column.php +++ b/application/migrations/014_create_appointment_location_column.php @@ -14,7 +14,7 @@ /** * Class Migration_Create_appointment_location_column * - * @property CI_DB_query_builder db + * @property CI_DB_query_builder $db * @property CI_DB_forge dbforge */ class Migration_Create_appointment_location_column extends CI_Migration { diff --git a/application/migrations/015_add_extra_working_plan_to_user_settings.php b/application/migrations/015_add_extra_working_plan_to_user_settings.php index 7ae20c96..a9721c85 100644 --- a/application/migrations/015_add_extra_working_plan_to_user_settings.php +++ b/application/migrations/015_add_extra_working_plan_to_user_settings.php @@ -14,7 +14,7 @@ /** * Class Migration_Add_custom_availability_periods_to_user_settings * - * @property CI_DB_query_builder db + * @property CI_DB_query_builder $db * @property CI_DB_forge dbforge */ class Migration_Add_custom_availability_periods_to_user_settings extends CI_Migration { diff --git a/application/migrations/016_add_require_phone_number_setting.php b/application/migrations/016_add_require_phone_number_setting.php index fc66bc67..92d3676d 100644 --- a/application/migrations/016_add_require_phone_number_setting.php +++ b/application/migrations/016_add_require_phone_number_setting.php @@ -14,7 +14,7 @@ /** * Class Migration_Add_require_phone_number_setting * - * @property CI_DB_query_builder db + * @property CI_DB_query_builder $db * @property CI_DB_forge dbforge */ class Migration_Add_require_phone_number_setting extends CI_Migration { diff --git a/application/migrations/017_add_api_token_setting.php b/application/migrations/017_add_api_token_setting.php index 361e0163..71a4dcf6 100644 --- a/application/migrations/017_add_api_token_setting.php +++ b/application/migrations/017_add_api_token_setting.php @@ -14,7 +14,7 @@ /** * Class Migration_Add_api_token_setting * - * @property CI_DB_query_builder db + * @property CI_DB_query_builder $db * @property CI_DB_forge dbforge */ class Migration_Add_api_token_setting extends CI_Migration { diff --git a/application/migrations/018_add_timezone_to_users.php b/application/migrations/018_add_timezone_to_users.php index 84bb513d..add3aac0 100644 --- a/application/migrations/018_add_timezone_to_users.php +++ b/application/migrations/018_add_timezone_to_users.php @@ -14,7 +14,7 @@ /** * Class Migration_Add_timezone_to_users * - * @property CI_DB_query_builder db + * @property CI_DB_query_builder $db * @property CI_DB_forge dbforge */ class Migration_Add_timezone_to_users extends CI_Migration { diff --git a/application/migrations/019_add_display_any_provider_setting.php b/application/migrations/019_add_display_any_provider_setting.php index f60f8869..5827ce52 100644 --- a/application/migrations/019_add_display_any_provider_setting.php +++ b/application/migrations/019_add_display_any_provider_setting.php @@ -14,7 +14,7 @@ /** * Class Migration_Add_display_any_provider_setting * - * @property CI_DB_query_builder db + * @property CI_DB_query_builder $db * @property CI_DB_forge dbforge */ class Migration_Add_display_any_provider_setting extends CI_Migration { diff --git a/application/models/Admins_model.php b/application/models/Admins_model.php index f088cdbd..37b5a540 100644 --- a/application/models/Admins_model.php +++ b/application/models/Admins_model.php @@ -16,8 +16,8 @@ * * Handles the database actions for admin users management. * - * @property CI_DB_query_builder db - * @property CI_Loader load + * @property CI_DB_query_builder $db + * @property CI_Loader $load * * @package Models */ diff --git a/application/models/Appointments_model.php b/application/models/Appointments_model.php index 98f659f2..5f86f8c5 100644 --- a/application/models/Appointments_model.php +++ b/application/models/Appointments_model.php @@ -14,8 +14,8 @@ /** * Appointments Model * - * @property CI_DB_query_builder db - * @property CI_Loader load + * @property CI_DB_query_builder $db + * @property CI_Loader $load * * @package Models */ diff --git a/application/models/Consents_model.php b/application/models/Consents_model.php index 74f85aa6..5ee255a0 100644 --- a/application/models/Consents_model.php +++ b/application/models/Consents_model.php @@ -14,8 +14,8 @@ /** * Class Consents_model * - * @property CI_DB_query_builder db - * @property CI_Loader load + * @property CI_DB_query_builder $db + * @property CI_Loader $load * * @package Models */ diff --git a/application/models/Customers_model.php b/application/models/Customers_model.php index 160dc681..d11fa165 100644 --- a/application/models/Customers_model.php +++ b/application/models/Customers_model.php @@ -14,8 +14,8 @@ /** * Customers Model * - * @property CI_DB_query_builder db - * @property CI_Loader load + * @property CI_DB_query_builder $db + * @property CI_Loader $load * * @package Models */ diff --git a/application/models/Providers_model.php b/application/models/Providers_model.php index 141bba4f..63f55a2d 100755 --- a/application/models/Providers_model.php +++ b/application/models/Providers_model.php @@ -16,8 +16,8 @@ * * Contains the database operations for the service provider users of Easy!Appointments. * - * @property CI_DB_query_builder db - * @property CI_Loader load + * @property CI_DB_query_builder $db + * @property CI_Loader $load * * @package Models */ diff --git a/application/models/Roles_model.php b/application/models/Roles_model.php index 7339549b..e7b7caa5 100644 --- a/application/models/Roles_model.php +++ b/application/models/Roles_model.php @@ -14,8 +14,8 @@ /** * Roles Model * - * @property CI_DB_query_builder db - * @property CI_Loader load + * @property CI_DB_query_builder $db + * @property CI_Loader $load * * @package Models */ diff --git a/application/models/Secretaries_model.php b/application/models/Secretaries_model.php index 05b0b08f..861a20a0 100644 --- a/application/models/Secretaries_model.php +++ b/application/models/Secretaries_model.php @@ -16,8 +16,8 @@ * * Handles the db actions that have to do with secretaries. * - * @property CI_DB_query_builder db - * @property CI_Loader load + * @property CI_DB_query_builder $db + * @property CI_Loader $load * * @package Models */ diff --git a/application/models/Services_model.php b/application/models/Services_model.php index 6768e9f3..df6d101a 100644 --- a/application/models/Services_model.php +++ b/application/models/Services_model.php @@ -14,8 +14,8 @@ /** * Services Model * - * @property CI_DB_query_builder db - * @property CI_Loader load + * @property CI_DB_query_builder $db + * @property CI_Loader $load * * @package Models */ diff --git a/application/models/Settings_model.php b/application/models/Settings_model.php index c152693f..396f9045 100644 --- a/application/models/Settings_model.php +++ b/application/models/Settings_model.php @@ -14,8 +14,8 @@ /** * Settings Model * - * @property CI_DB_query_builder db - * @property CI_Loader load + * @property CI_DB_query_builder $db + * @property CI_Loader $load * * @package Models */ diff --git a/application/models/User_model.php b/application/models/User_model.php index 904544ad..1305b8a8 100644 --- a/application/models/User_model.php +++ b/application/models/User_model.php @@ -16,8 +16,8 @@ * * Contains current user's methods. * - * @property CI_DB_query_builder db - * @property CI_Loader load + * @property CI_DB_query_builder $db + * @property CI_Loader $load * * @package Models */