TYPO3  7.6
Static Public Member Functions | List of all members
NormalizeCommandAccessibleProxy Class Reference
Inheritance diagram for NormalizeCommandAccessibleProxy:
NormalizeCommand

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 Public Member Functions inherited from NormalizeCommand
static normalize ($cronCommand)
 

Additional Inherited Members

- Static Protected Member Functions inherited from NormalizeCommand
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)
 

Detailed Description

Accessible proxy with protected methods made public.

Definition at line 22 of file NormalizeCommandAccessibleProxy.php.

Member Function Documentation

static convertKeywordsToCronCommand (   $cronCommand)
static
static convertRangeToListOfValues (   $range)
static
static normalizeFields (   $cronCommand)
static
static normalizeIntegerField (   $expression,
  $lowerBound = 0,
  $upperBound = 59 
)
static
static normalizeMonth (   $month)
static
static normalizeMonthAndWeekday (   $expression,
  $isMonth = true 
)
static
static normalizeMonthAndWeekdayField (   $expression,
  $isMonthField = true 
)
static
static normalizeWeekday (   $weekday)
static
static reduceListOfValuesByStepValue (   $stepExpression)
static
static splitFields (   $cronCommand)
static