PHP Class CronLingo\Field

Class Field
Afficher le fichier Open project: ajbdev/cronlingo

Protected Properties

Свойство Type Description
$rangeMax integer
$rangeMin integer
$repeats integer
$specific array

Méthodes publiques

Méthode Description
__toString ( ) : string Build CRON expression part based on set values
addSpecific ( $value )
fromCronValue ( $val )
getRangeMax ( ) : integer
getRangeMin ( ) : integer
getRepeats ( ) : integer
getSpecific ( ) : array
isDirty ( ) : boolean
repeatsOn ( $interval )
setRange ( $min, $max )
setRangeMax ( $rangeMax )
setRangeMin ( $rangeMin )
setSpecific ( array $value )

Method Details

__toString() public méthode

Build CRON expression part based on set values
public __toString ( ) : string
Résultat string

addSpecific() public méthode

public addSpecific ( $value )
$value

fromCronValue() public méthode

public fromCronValue ( $val )
$val

getRangeMax() public méthode

public getRangeMax ( ) : integer
Résultat integer

getRangeMin() public méthode

public getRangeMin ( ) : integer
Résultat integer

getRepeats() public méthode

public getRepeats ( ) : integer
Résultat integer

getSpecific() public méthode

public getSpecific ( ) : array
Résultat array

isDirty() public méthode

public isDirty ( ) : boolean
Résultat boolean

repeatsOn() public méthode

public repeatsOn ( $interval )
$interval

setRange() public méthode

public setRange ( $min, $max )
$min
$max

setRangeMax() public méthode

public setRangeMax ( $rangeMax )
$rangeMax

setRangeMin() public méthode

public setRangeMin ( $rangeMin )
$rangeMin

setSpecific() public méthode

public setSpecific ( array $value )
$value array

Property Details

$rangeMax protected_oe property

protected int $rangeMax
Résultat integer

$rangeMin protected_oe property

protected int $rangeMin
Résultat integer

$repeats protected_oe property

protected int $repeats
Résultat integer

$specific protected_oe property

protected array $specific
Résultat array