* @copyright Copyright (c) 2013 - 2020, Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.4.0 * ---------------------------------------------------------------------------- */ /** * Class MY_Controller * * @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_Session $session * @property CI_Security $security * @property CI_Migration $migration * @property Admins_model $admins_model * @property Appointments_model $appointments_model * @property Consents_model $consents_model * @property Customers_model $customers_model * @property Providers_model $providers_model * @property Roles_model $roles_model * @property Secretaries_model $secretaries_model * @property Services_model $services_model * @property Settings_model $settings_model * @property User_model $user_model * * @property Availability $availability * @property Google_Sync $google_sync * @property Ics_file $ics_file * @property Notifications $notifications * @property Synchronization $synchronization * @property Timezones $timezones */ class EA_Controller extends CI_Controller { // }