|
ILIAS
trunk Revision v12.0_alpha-1540-g00f839d5fa1
|
Builds a Date Format with split up elements to ease conversion. More...
Collaboration diagram for ILIAS\Data\DateFormat\FormatBuilder:Public Member Functions | |
| get () | |
| Get the configured DateFormat and reset format. More... | |
| initWithFormat (DateFormat $format) | |
| dot () | |
| Append tokens to format. More... | |
| comma () | |
| dash () | |
| slash () | |
| space () | |
| day () | |
| dayOrdinal () | |
| weekday () | |
| weekdayShort () | |
| week () | |
| month () | |
| monthSpelled () | |
| monthSpelledShort () | |
| year () | |
| twoDigitYear () | |
| hours24 () | |
| hours12 () | |
| minutes () | |
| seconds () | |
| meridiem () | |
| colon () | |
Private Attributes | |
| array | $format = [] |
Builds a Date Format with split up elements to ease conversion.
Internal constants are based on options for php date format.
Definition at line 27 of file FormatBuilder.php.
| ILIAS\Data\DateFormat\FormatBuilder::colon | ( | ) |
Definition at line 171 of file FormatBuilder.php.
References ILIAS\Data\DateFormat\DateFormat\COLON.
| ILIAS\Data\DateFormat\FormatBuilder::comma | ( | ) |
Definition at line 57 of file FormatBuilder.php.
References ILIAS\Data\DateFormat\DateFormat\COMMA.
| ILIAS\Data\DateFormat\FormatBuilder::dash | ( | ) |
Definition at line 63 of file FormatBuilder.php.
References ILIAS\Data\DateFormat\DateFormat\DASH.
| ILIAS\Data\DateFormat\FormatBuilder::day | ( | ) |
Definition at line 81 of file FormatBuilder.php.
References ILIAS\Data\DateFormat\DateFormat\DAY.
| ILIAS\Data\DateFormat\FormatBuilder::dayOrdinal | ( | ) |
Definition at line 87 of file FormatBuilder.php.
References ILIAS\Data\DateFormat\DateFormat\DAY_ORDINAL.
| ILIAS\Data\DateFormat\FormatBuilder::dot | ( | ) |
Append tokens to format.
Definition at line 51 of file FormatBuilder.php.
References ILIAS\Data\DateFormat\DateFormat\DOT.
| ILIAS\Data\DateFormat\FormatBuilder::get | ( | ) |
Get the configured DateFormat and reset format.
Definition at line 35 of file FormatBuilder.php.
| ILIAS\Data\DateFormat\FormatBuilder::hours12 | ( | ) |
Definition at line 147 of file FormatBuilder.php.
References ILIAS\Data\DateFormat\DateFormat\HOURS12.
| ILIAS\Data\DateFormat\FormatBuilder::hours24 | ( | ) |
Definition at line 141 of file FormatBuilder.php.
References ILIAS\Data\DateFormat\DateFormat\HOURS24.
| ILIAS\Data\DateFormat\FormatBuilder::initWithFormat | ( | DateFormat | $format | ) |
Definition at line 42 of file FormatBuilder.php.
References ILIAS\Data\DateFormat\FormatBuilder\$format.
Referenced by ILIAS\Data\DateFormat\Factory\amend().
Here is the caller graph for this function:| ILIAS\Data\DateFormat\FormatBuilder::meridiem | ( | ) |
Definition at line 165 of file FormatBuilder.php.
References ILIAS\Data\DateFormat\DateFormat\MERIDIEM.
| ILIAS\Data\DateFormat\FormatBuilder::minutes | ( | ) |
Definition at line 153 of file FormatBuilder.php.
References ILIAS\Data\DateFormat\DateFormat\MINUTES.
| ILIAS\Data\DateFormat\FormatBuilder::month | ( | ) |
Definition at line 111 of file FormatBuilder.php.
References ILIAS\Data\DateFormat\DateFormat\MONTH.
| ILIAS\Data\DateFormat\FormatBuilder::monthSpelled | ( | ) |
Definition at line 117 of file FormatBuilder.php.
References ILIAS\Data\DateFormat\DateFormat\MONTH_SPELLED.
| ILIAS\Data\DateFormat\FormatBuilder::monthSpelledShort | ( | ) |
Definition at line 123 of file FormatBuilder.php.
References ILIAS\Data\DateFormat\DateFormat\MONTH_SPELLED_SHORT.
| ILIAS\Data\DateFormat\FormatBuilder::seconds | ( | ) |
Definition at line 159 of file FormatBuilder.php.
References ILIAS\Data\DateFormat\DateFormat\SECONDS.
| ILIAS\Data\DateFormat\FormatBuilder::slash | ( | ) |
Definition at line 69 of file FormatBuilder.php.
References ILIAS\Data\DateFormat\DateFormat\SLASH.
| ILIAS\Data\DateFormat\FormatBuilder::space | ( | ) |
Definition at line 75 of file FormatBuilder.php.
References ILIAS\Data\DateFormat\DateFormat\SPACE.
| ILIAS\Data\DateFormat\FormatBuilder::twoDigitYear | ( | ) |
Definition at line 135 of file FormatBuilder.php.
References ILIAS\Data\DateFormat\DateFormat\YEAR_TWO_DIG.
| ILIAS\Data\DateFormat\FormatBuilder::week | ( | ) |
Definition at line 105 of file FormatBuilder.php.
References ILIAS\Data\DateFormat\DateFormat\WEEK.
| ILIAS\Data\DateFormat\FormatBuilder::weekday | ( | ) |
Definition at line 93 of file FormatBuilder.php.
References ILIAS\Data\DateFormat\DateFormat\WEEKDAY.
| ILIAS\Data\DateFormat\FormatBuilder::weekdayShort | ( | ) |
Definition at line 99 of file FormatBuilder.php.
References ILIAS\Data\DateFormat\DateFormat\WEEKDAY_SHORT.
| ILIAS\Data\DateFormat\FormatBuilder::year | ( | ) |
Definition at line 129 of file FormatBuilder.php.
References ILIAS\Data\DateFormat\DateFormat\YEAR.
|
private |
Definition at line 30 of file FormatBuilder.php.
Referenced by ILIAS\Data\DateFormat\FormatBuilder\initWithFormat().