Application
Table of Contents
Interfaces
Classes
- LogoutAction
- AddEventAction
- Action.
- ListEventAction
- Action.
- ListCitiesAction
- Action.
- GenerateConsultLinkAction
- ListConsultLinkAction
- PinCodeActionCheck
- DeleteDiaryAction
- GetDiaryAction
- UploadDiaryAction
- DocDetailAppAction
- DocRemoveAction
- InviteDoctorAction
- UpdateDoctorAction
- ListDsmAction
- Action.
- WebDsmSearchByNameAction
- Action.
- DocFileDeleteAction
- DocFileDownloadAction
- DocFileListAction
- DocFileUploadAction
- FileDownloadAction
- FileListAction
- FileUploadAction
- AddStepsAction
- Action.
- HomeAction
- Action.
- ListInvoiceAction
- Action.
- ListContactsAction
- Action.
- AddMoodAction
- DeleteMoodAction
- ListMoodAction
- ListMoodGraphAction
- RegisterNotificationAction
- AddObjectiveAction
- Action.
- DeleteObjectiveAction
- Action.
- ListObjectiveAction
- Action.
- UpdateObjectiveAction
- Action.
- Version1DocAction
- Action.
- AddPatientsAction
- AdminLoginPageAction
- CalendarAction
- CollectionStatAction
- ConsultoPageAction
- CounterStatAction
- CounterValuePeriodDiffStatAction
- CounterValuePeriodStatAction
- CounterValueStatAction
- CreateCheckoutSession
- DetailDocPageAction
- DocLoginPageAction
- FaqPageAction
- HomeDocPageAction
- ListSmartboxAction
- LoginPageAction
- MachineStatusPageAction
- MessagesDocPageAction
- NewReportPageAction
- PatientDetailAction
- PazLoginPageAction
- PrivacyPageAction
- ProfilePageAction
- RegisterDocPageAction
- ReportsAction
- ReportsPageAction
- TermsPageAction
- UserManageAction
- AddAnnotationPatientAction
- Action.
- AddPatientAction
- AddPillPatientAction
- DeleteAnnotationPatientAction
- Action.
- DelPatientAction
- DelPillPatientAction
- List10MoodPatientAction
- Action.
- ListAllDeprePatientAction
- Action.
- ListAllMoodPatientAction
- Action.
- ListAnnotationPatientAction
- Action.
- ListDiaryPatientAction
- Action.
- ListPatAction
- Action.
- ListPharmPatientAction
- Action.
- ListPharmPatientMobAction
- Action.
- LoadPatientRelationAction
- Action.
- ReportSearchPatAction
- Action.
- SavePatientRelationAction
- Action.
- SearchPatAction
- Action.
- SelectSearchPatAction
- Action.
- UpdatePatientAction
- Action.
- AddPharmAction
- Action.
- DeletePharmAction
- Action.
- ListPharmAction
- Action.
- ListPharmSelectAction
- Action.
- MobileListPharmAction
- Action.
- SearchByNameAction
- Action.
- WebSearchByNameAction
- Action.
- BehaviourTestAction
- EmotionsTestAction
- ListBehaviourTestAction
- ListEmotionsTestAction
- ListPhq9TestAction
- Phq9TestAction
- ReportDeleteAction
- Action.
- ReportGenAction
- ReportImageRender
- ReportListAction
- ReportMoodGenAction
- ReportNewAction
- WebDocStatAction
- WebListComportamentoTestAction
- WebListEmozioniTestAction
- WebPhqTestAction
- WebReportGenAction
- WebReportsAction
- UserCalendarAction
- Action.
- UserCreateDocAction
- Action.
- UserCreatePazAction
- Action.
- UserDeleteAction
- Action.
- UserDocDeleteAction
- Action.
- UserDownloadAction
- Action.
- UserFindAction
- Action.
- UserHistoryAction
- Action.
- UserPasswordChange
- Action.
- UserReadAction
- Action.
- UserTrackAction
- Action.
- UserTrackListAction
- Action.
- UserUpdateAction
- Action.
- UserUpdateAddrAction
- Action.
- SchemaDumpCommand
- Command.
- SchemaImportCommand
- Command.
- CORSAction
- Transaction
- final class
- UserAuth
- CalendarRepository
- CitiesRepository
- CitesList
- ConsultRepository
- DiaryRepository
- DoctorData
- Data Model.
- DoctorRepository
- DocUpdate
- DsmRepository
- DsmList
- HealthRepository
- InvoicesRepository
- MessagesRepository
- MoodsRepository
- NotificationRepository
- ObjectiveRepository
- PatientData
- Data Model.
- PatientsRepository
- PatientsAdd
- PatientsList
- PharmRepository
- PharmList
- ReportData
- Data Model.
- ReportRepository
- Repository.
- ReportAdd
- Service.
- ReportReader
- Service.
- ReportValidator
- Service.
- TestsRepository
- UserDataDoc
- Data Model.
- UserFinderRepository
- Repository.
- UserRepository
- Repository.
- FileCreator
- Service.
- UserCreator
- Service.
- UserDeleter
- Service.
- UserFinder
- Service.
- UserReader
- Service.
- UserUpdater
- Service.
- UserValidator
- Service.
- DefaultErrorHandler
- Default Error Renderer.
- ValidationException
- QueryFactory
- Factory.
- ValidationFactory
- Validation factory.
- CorsMiddleware
- CORS middleware.
- JwtAuthMiddleware
- JWT Auth middleware.
- JwtClaimMiddleware
- JWT Claim middleware.
- Krypton
- Payments
- Push
- Token
- Responder
- A generic responder.
- JwtAuth
- JwtAuth.
- Hydrator
- Hydrator.
- UserFixture
- Fixture.
- HomeActionTest
- Test.
- Version1DocActionTest
- Test.
- UserReadActionTest
- Test.
- ResponderTest
- Test.
Traits
- AppTestTrait
- App Test Trait.
Functions
- html() : string
- Convert all applicable characters to HTML entities. *
- set_language() : void
- Set locale
- __() : string
- Text translation.
- get_gravatar() : string
- Get either a Gravatar URL or complete image tag for a specified email address.
- returnLocale() : mixed
Functions
html()
Convert all applicable characters to HTML entities. *
html([string|null $text = null ]) : string
Parameters
- $text : string|null = null
-
The string
Return values
string —The html encoded string
set_language()
Set locale
set_language(string $locale[, string $domain = 'messages' ]) : void
Parameters
- $locale : string
-
The locale (en_US)
- $domain : string = 'messages'
-
The text domain (messages) *
Tags
__()
Text translation.
__(string $message, string|int|float|bool ...$context) : string
Parameters
- $message : string
-
The message
- $context : string|int|float|bool
-
The context *
Return values
string —The translated string
get_gravatar()
Get either a Gravatar URL or complete image tag for a specified email address.
get_gravatar(string $email[, string $s = 80 ][, string $d = 'mp' ][, string $r = 'g' ][, boole $img = false ][, array<string|int, mixed> $atts = array() ]) : string
Parameters
- $email : string
-
The email address
- $s : string = 80
-
Size in pixels, defaults to 80px [ 1 - 2048 ]
- $d : string = 'mp'
-
Default imageset to use [ 404 | mp | identicon | monsterid | wavatar ]
- $r : string = 'g'
-
Maximum rating (inclusive) [ g | pg | r | x ]
- $img : boole = false
-
True to return a complete IMG tag False for just the URL
- $atts : array<string|int, mixed> = array()
-
Optional, additional key/value attributes to include in the IMG tag
Tags
Return values
string —containing either just a URL or a complete image tag
returnLocale()
returnLocale() : mixed