Timezones
|
Public Member Functions | |
injectCookieService (\Thucke\Timezones\Service\CookieService $cookieService) | |
injectTimezoneService (\Thucke\Timezones\Service\TimezoneService $timezoneService) | |
injectExtensionHelperService (ExtensionHelperService $extensionHelperService) | |
initializeAction () | |
indexAction () | |
showAction () | |
selectAction () | |
tzsetAction ($timezone=null) | |
Protected Attributes | |
$cookieLifetime | |
$logger | |
$cookieService | |
$timezoneService | |
$extensionHelperService | |
The Timezones Controller.
@license http://opensource.org/licenses/gpl-license.php GNU Public License, version 2
Definition at line 23 of file TimezonesController.php.
indexAction | ( | ) |
Index action for this controller.
Definition at line 117 of file TimezonesController.php.
initializeAction | ( | ) |
Initializes the current action.
Thucke\Timezones\Exception\ModuleNotLoadedException
Definition at line 85 of file TimezonesController.php.
injectCookieService | ( | \Thucke\Timezones\Service\CookieService | $cookieService | ) |
\Thucke\Timezones\Service\CookieService | $cookieService |
Definition at line 48 of file TimezonesController.php.
injectExtensionHelperService | ( | ExtensionHelperService | $extensionHelperService | ) |
\Thucke\Timezones\Service\ExtensionHelperService | $extensionHelperService |
Definition at line 74 of file TimezonesController.php.
injectTimezoneService | ( | \Thucke\Timezones\Service\TimezoneService | $timezoneService | ) |
\Thucke\Timezones\Service\TimezoneService | $timezoneService |
Definition at line 61 of file TimezonesController.php.
selectAction | ( | ) |
Displays the vote of the current user.
Definition at line 163 of file TimezonesController.php.
showAction | ( | ) |
Displays the vote of the current user.
Definition at line 145 of file TimezonesController.php.
tzsetAction | ( | $timezone = null | ) |
Sets the given timezone.
string | $timezone | @Extbase\IgnoreValidation("timezone") |
TYPO3\CMS\Core\Exception
TYPO3\CMS\Extbase\Mvc\Exception\StopActionException
Definition at line 185 of file TimezonesController.php.
|
protected |
Definition at line 28 of file TimezonesController.php.
|
protected |
Definition at line 38 of file TimezonesController.php.
|
protected |
Definition at line 69 of file TimezonesController.php.
|
protected |
Definition at line 33 of file TimezonesController.php.
|
protected |
Definition at line 56 of file TimezonesController.php.