SYMBOL INDEX (69 symbols across 11 files) FILE: src/Console/EnvironmentVariables.php class EnvironmentVariables (line 14) | class EnvironmentVariables extends Command method __construct (line 21) | public function __construct(ContainerInterface $container) method configure (line 28) | protected function configure() method initialize (line 41) | protected function initialize(InputInterface $input, OutputInterface $... method execute (line 50) | protected function execute(InputInterface $input, OutputInterface $out... FILE: src/Console/Wizard/ConfigureHelpdesk.php class ConfigureHelpdesk (line 17) | class ConfigureHelpdesk extends Command method __construct (line 39) | public function __construct(ContainerInterface $container) method configure (line 46) | protected function configure() method initialize (line 54) | protected function initialize(InputInterface $input, OutputInterface $... method execute (line 82) | protected function execute(InputInterface $input, OutputInterface $out... method addUserDetailsInTracker (line 394) | public static function addUserDetailsInTracker($userDetails = []) method refreshDatabaseConnection (line 450) | private function refreshDatabaseConnection($host, $port, $name, $user,... method createDatabase (line 494) | private function createDatabase($host, $port, $name, $user, $password) method getUpdatedDatabaseCredentials (line 531) | private function getUpdatedDatabaseCredentials() method getLatestMigrationVersion (line 552) | private function getLatestMigrationVersion(OutputInterface $bufferedOu... method askInteractiveQuestion (line 579) | private function askInteractiveQuestion($question, $default, int $inde... FILE: src/Console/Wizard/DefaultUser.php class DefaultUser (line 19) | class DefaultUser extends Command method __construct (line 27) | public function __construct(ContainerInterface $container, EntityManag... method configure (line 36) | protected function configure() method initialize (line 52) | protected function initialize(InputInterface $input, OutputInterface $... method interact (line 58) | protected function interact(InputInterface $input, OutputInterface $ou... method execute (line 117) | protected function execute(InputInterface $input, OutputInterface $out... method promptUserEmailInteractively (line 197) | private function promptUserEmailInteractively(InputInterface $input, O... method promptUserNameInteractively (line 229) | private function promptUserNameInteractively(InputInterface $input, Ou... method promptUserPasswordInteractively (line 259) | private function promptUserPasswordInteractively(InputInterface $input... FILE: src/Console/Wizard/MigrateDatabase.php class MigrateDatabase (line 15) | class MigrateDatabase extends Command method __construct (line 20) | public function __construct(ContainerInterface $container, EntityManag... method configure (line 28) | protected function configure() method execute (line 36) | protected function execute(InputInterface $input, OutputInterface $out... method versionMigrations (line 97) | private function versionMigrations(OutputInterface $output) method compareMigrations (line 106) | private function compareMigrations(OutputInterface $output) method getLatestMigrationVersion (line 113) | private function getLatestMigrationVersion(OutputInterface $output) method migrateDatabaseToLatestVersion (line 121) | private function migrateDatabaseToLatestVersion(OutputInterface $output) method runCommand (line 126) | private function runCommand(string $commandName, array $options, Outpu... method isDatabaseConfigurationValid (line 134) | private function isDatabaseConfigurationValid() FILE: src/Controller/BaseController.php class BaseController (line 13) | class BaseController extends AbstractController method base (line 20) | public function base(EntityManagerInterface $entityManager, KernelInte... FILE: src/Controller/ConfigureHelpdesk.php class ConfigureHelpdesk (line 24) | class ConfigureHelpdesk extends AbstractController method load (line 54) | public function load() method evaluateSystemRequirements (line 59) | public function evaluateSystemRequirements(Request $request, KernelInt... method verifyDatabaseCredentials (line 148) | public function verifyDatabaseCredentials(Request $request) method prepareSuperUserDetailsXHR (line 210) | public function prepareSuperUserDetailsXHR(Request $request) method updateConfigurationsXHR (line 227) | public function updateConfigurationsXHR(Request $request, KernelInterf... method migrateDatabaseSchemaXHR (line 310) | public function migrateDatabaseSchemaXHR(Request $request, KernelInter... method populateDatabaseEntitiesXHR (line 322) | public function populateDatabaseEntitiesXHR(Request $request, KernelIn... method createDefaultSuperUserXHR (line 335) | public function createDefaultSuperUserXHR(Request $request, UserPasswo... method websiteConfigurationXHR (line 399) | public function websiteConfigurationXHR(Request $request, UVDeskServic... method updateWebsiteConfigurationXHR (line 431) | public function updateWebsiteConfigurationXHR(Request $request, UVDesk... FILE: src/Controller/ImageCache/ImageCacheController.php class ImageCacheController (line 10) | class ImageCacheController extends AbstractController method __construct (line 20) | public function __construct( method getCachedImage (line 30) | public function getCachedImage(Request $request): Response method showImage (line 49) | public function showImage(string $imageUrl, string $domain): Response FILE: src/Controller/ImageCache/ImageManager.php class ImageManager (line 9) | class ImageManager extends BaseImageManager method __construct (line 13) | public function __construct(ContainerInterface $container) method make (line 18) | public function make($data) method initFromUrl (line 44) | public function initFromUrl($driver, $imageUrl, $domain) method createDriver (line 71) | private function createDriver() FILE: src/EventListener/ExceptionSubscriber.php class ExceptionSubscriber (line 14) | class ExceptionSubscriber implements EventSubscriberInterface method __construct (line 20) | public function __construct(Environment $twig, ContainerInterface $con... method getSubscribedEvents (line 27) | public static function getSubscribedEvents() method onKernelException (line 36) | public function onKernelException(ExceptionEvent $event) FILE: src/Routing/RoutingResource.php class RoutingResource (line 7) | class RoutingResource implements RoutingResourceInterface method getResourcePath (line 9) | public static function getResourcePath() method getResourceType (line 14) | public static function getResourceType() FILE: src/Service/UrlImageCacheService.php class UrlImageCacheService (line 8) | class UrlImageCacheService method __construct (line 14) | public function __construct(ContainerInterface $container) method getCachedImage (line 21) | public function getCachedImage(string $url, string $domain): string method isCacheExpired (line 42) | private function isCacheExpired(string $cachePath): bool method cacheImage (line 53) | private function cacheImage(string $url, string $cachePath, string $do...