Below, is a summary of all classes and their parameters's typehinting status. .
| Method | Argument | Typehint | Default | |||||
| class DashboardController | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| index | Response | |||||||
| configureDashboard | Dashboard | |||||||
| configureMenuItems | iterable | |||||||
| configureActions | Actions | |||||||
| configureCrud | Crud | |||||||
| class GroupCrudController | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getEntityFqcn | string | |||||||
| configureCrud | Crud | |||||||
| configureFields | iterable | |||||||
| class UserCrudController | ||||||||
| Method | Argument | Typehint | Default | |||||
| getEntityFqcn | string | |||||||
| configureCrud | Crud | |||||||
| configureFields | iterable | |||||||
| class IndexController | ||||||||
| Method | Argument | Typehint | Default | |||||
| homepage | ||||||||
| secure | ||||||||
| class SecurityController | ||||||||
| Method | Argument | Typehint | Default | |||||
| login | Response | |||||||
| logout | ||||||||
| loginAzure | ||||||||
| class Group | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getId | ?int | |||||||
| getName | string|? | |||||||
| setName | self | |||||||
| getRoles | array|? | |||||||
| setRoles | self | |||||||
| getUsers | Collection | |||||||
| addUser | self | |||||||
| removeUser | self | |||||||
| __toString | string | |||||||
| class User | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getId | ?int | |||||||
| getEmail | ?string | |||||||
| setEmail | self | |||||||
| getUsername | string | |||||||
| getRoles | array | |||||||
| getPassword | string|? | |||||||
| setPassword | self | |||||||
| getSalt | ||||||||
| eraseCredentials | ||||||||
| getAzureId | ?string | |||||||
| setAzureId | self | |||||||
| getDisplayName | string|? | |||||||
| setDisplayName | self | |||||||
| getLanguage | ?string | |||||||
| setLanguage | self | |||||||
| getJobTitle | ?string | |||||||
| setJobTitle | self | |||||||
| getCountryWorkplace | ?string | |||||||
| setCountryWorkplace | self | |||||||
| setExtraInfo | self | |||||||
| getLastLoginAt | ?\DateTimeInterface | |||||||
| setLastLoginAt | self | |||||||
| getIsActive | bool|? | |||||||
| setIsActive | self | |||||||
| getGroups | Collection | |||||||
| addGroup | self | |||||||
| removeGroup | self | |||||||
| __toString | string | |||||||
| class GroupRepository | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| class UserRepository | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| upgradePassword | void | |||||||
| findOrCreateFromAzure | ||||||||
| setLastLogin | ||||||||
| disableTimestampable | ||||||||
| statUserByCountry | ||||||||
| statLatestLogsIn | ||||||||
| class AppAuthenticator | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| supports | ||||||||
| getCredentials | ||||||||
| getUser | ||||||||
| checkCredentials | ||||||||
| getPassword | string|? | |||||||
| onAuthenticationSuccess | ||||||||
| getLoginUrl | ||||||||
| class AzureAuthenticator | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| start | ||||||||
| supports | ||||||||
| getCredentials | ||||||||
| getUser | ||||||||
| onAuthenticationFailure | ||||||||
| onAuthenticationSuccess | ||||||||
| getClient | ||||||||
| getProvider | ||||||||
| class RolesHelper | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| fetchRoles | ||||||||
| getRoles | ||||||||
| class Kernel | ||||||||
| Method | Argument | Typehint | Default | |||||
| configureContainer | void | |||||||
| configureRoutes | void | |||||||
| class Version20201021141700 | ||||||||
| Method | Argument | Typehint | Default | |||||
| getDescription | string | |||||||
| up | void | |||||||
| down | void | |||||||