![]() |
TYPO3
7.6
|
Static Public Member Functions | |
static | convertKeywordsToCronCommand ($cronCommand) |
static | normalizeFields ($cronCommand) |
static | normalizeMonthAndWeekdayField ($expression, $isMonthField=true) |
static | normalizeIntegerField ($expression, $lowerBound=0, $upperBound=59) |
static | splitFields ($cronCommand) |
static | convertRangeToListOfValues ($range) |
static | reduceListOfValuesByStepValue ($stepExpression) |
static | normalizeMonthAndWeekday ($expression, $isMonth=true) |
static | normalizeMonth ($month) |
static | normalizeWeekday ($weekday) |
![]() | |
static | normalize ($cronCommand) |
Additional Inherited Members | |
![]() | |
static | convertKeywordsToCronCommand ($cronCommand) |
static | normalizeFields ($cronCommand) |
static | splitFields ($cronCommand) |
static | normalizeMonthAndWeekdayField ($expression, $isMonthField=true) |
static | normalizeIntegerField ($expression, $lowerBound=0, $upperBound=59) |
static | convertRangeToListOfValues ($range) |
static | reduceListOfValuesByStepValue ($stepExpression) |
static | normalizeMonthAndWeekday ($expression, $isMonth=true) |
static | normalizeMonth ($month) |
static | normalizeWeekday ($weekday) |
Accessible proxy with protected methods made public.
Definition at line 22 of file NormalizeCommandAccessibleProxy.php.
|
static |
Definition at line 24 of file NormalizeCommandAccessibleProxy.php.
Referenced by NormalizeCommandTest\convertKeywordsToCronCommandConvertsValidKeywords(), and NormalizeCommandTest\convertKeywordsToCronCommandReturnsUnchangedCommandIfKeywordWasNotFound().
|
static |
Definition at line 49 of file NormalizeCommandAccessibleProxy.php.
Referenced by NormalizeCommandTest\convertRangeToListOfValuesReturnsCorrectListForValidRanges(), and NormalizeCommandTest\convertRangeToListOfValuesThrowsExceptionForInvalidRanges().
|
static |
Definition at line 29 of file NormalizeCommandAccessibleProxy.php.
Referenced by NormalizeCommandTest\normalizeFieldsConvertsField().
|
static |
Definition at line 39 of file NormalizeCommandAccessibleProxy.php.
Referenced by NormalizeCommandTest\normalizeIntegerFieldReturnsNormalizedListForValidExpression(), and NormalizeCommandTest\normalizeIntegerFieldThrowsExceptionForInvalidExpressions().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 44 of file NormalizeCommandAccessibleProxy.php.
Referenced by NormalizeCommandTest\splitFieldsReturnsIntegerArrayWithFieldsSplitByWhitespace(), and NormalizeCommandTest\splitFieldsThrowsExceptionIfCronCommandDoesNotContainFiveFields().