Lggr
Public Member Functions | Static Public Member Functions | Static Protected Attributes | List of all members
Faker\Provider\cs_CZ\DateTime Class Reference
Inheritance diagram for Faker\Provider\cs_CZ\DateTime:
Inheritance graph
[legend]
Collaboration diagram for Faker\Provider\cs_CZ\DateTime:
Collaboration graph
[legend]

Public Member Functions

 formattedDate ()
 
- Public Member Functions inherited from Faker\Provider\Base
 __construct (Generator $generator)
 
 optional ($weight=0.5, $default=null)
 
 unique ($reset=false, $maxRetries=10000)
 
 valid ($validator=null, $maxRetries=10000)
 

Static Public Member Functions

static monthName ($max='now')
 
static monthNameGenitive ($max='now')
 
static dayOfWeek ($max='now')
 
static dayOfMonth ($max='now')
 
- Static Public Member Functions inherited from Faker\Provider\DateTime
static unixTime ($max='now')
 
static dateTime ($max='now', $timezone=null)
 
static dateTimeAD ($max='now', $timezone=null)
 
static iso8601 ($max='now')
 
static date ($format='Y-m-d', $max='now')
 
static time ($format='H:i:s', $max='now')
 
static dateTimeBetween ($startDate='-30 years', $endDate='now', $timezone=null)
 
static dateTimeInInterval ($date='-30 years', $interval='+5 days', $timezone=null)
 
static dateTimeThisCentury ($max='now', $timezone=null)
 
static dateTimeThisDecade ($max='now', $timezone=null)
 
static dateTimeThisYear ($max='now', $timezone=null)
 
static dateTimeThisMonth ($max='now', $timezone=null)
 
static amPm ($max='now')
 
static month ($max='now')
 
static year ($max='now')
 
static century ()
 
static timezone ()
 
static setDefaultTimezone ($timezone=null)
 
static getDefaultTimezone ()
 
- Static Public Member Functions inherited from Faker\Provider\Base
static randomDigit ()
 
static randomDigitNotNull ()
 
static randomDigitNot ($except)
 
static randomNumber ($nbDigits=null, $strict=false)
 
static randomFloat ($nbMaxDecimals=null, $min=0, $max=null)
 
static numberBetween ($int1=0, $int2=2147483647)
 
static passthrough ($value)
 
static randomLetter ()
 
static randomAscii ()
 
static randomElements ($array=array('a', 'b', 'c'), $count=1, $allowDuplicates=false)
 
static randomElement ($array=array('a', 'b', 'c'))
 
static randomKey ($array=array())
 
static shuffle ($arg='')
 
static shuffleArray ($array=array())
 
static shuffleString ($string='', $encoding='UTF-8')
 
static numerify ($string='###')
 
static lexify ($string='????')
 
static bothify ($string='## ??')
 
static asciify ($string=' ****')
 
static regexify ($regex='')
 
static toLower ($string='')
 
static toUpper ($string='')
 

Static Protected Attributes

static $days
 
static $months
 
static $monthsGenitive
 
static $formattedDateFormat
 
- Static Protected Attributes inherited from Faker\Provider\DateTime
static $century = array('I','II','III','IV','V','VI','VII','VIII','IX','X','XI','XII','XIII','XIV','XV','XVI','XVII','XVIII','XIX','XX','XXI')
 
static $defaultTimezone = null
 

Additional Inherited Members

- Static Protected Member Functions inherited from Faker\Provider\DateTime
static getMaxTimestamp ($max='now')
 
- Protected Attributes inherited from Faker\Provider\Base
 $generator
 
 $unique
 

Detailed Description

Czech months and days without setting locale

Member Data Documentation

◆ $days

Faker\Provider\cs_CZ\DateTime::$days
staticprotected
Initial value:
= array(
'neděle', 'pondělí', 'úterý', 'středa', 'čtvrtek', 'pátek', 'sobota'
)

◆ $formattedDateFormat

Faker\Provider\cs_CZ\DateTime::$formattedDateFormat
staticprotected
Initial value:
= array(
'{{dayOfMonth}}. {{monthNameGenitive}} {{year}}',
)

◆ $months

Faker\Provider\cs_CZ\DateTime::$months
staticprotected
Initial value:
= array(
'leden', 'únor', 'březen', 'duben', 'květen', 'červen', 'červenec',
'srpen', 'září', 'říjen', 'listopad', 'prosinec'
)

◆ $monthsGenitive

Faker\Provider\cs_CZ\DateTime::$monthsGenitive
staticprotected
Initial value:
= array(
'ledna', 'února', 'března', 'dubna', 'května', 'června', 'července',
'srpna', 'září', 'října', 'listopadu', 'prosince'
)

The documentation for this class was generated from the following file: