ILIAS  trunk Revision v11.0_alpha-1866-gfa368f7776e
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\Util Class Reference
+ Collaboration diagram for ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\Util:

Public Member Functions

 __construct ()
 
 getMonthPresentation (string $month)
 

Detailed Description

Definition at line 23 of file Util.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\Util::__construct ( )

Definition at line 25 of file Util.php.

26  {
27 
28  }

Member Function Documentation

◆ getMonthPresentation()

ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\Util::getMonthPresentation ( string  $month)

Definition at line 30 of file Util.php.

30  : string
31  {
32  return \ilCalendarUtil::_numericMonthToString((int) substr($month, 5)) .
33  " " . substr($month, 0, 4);
34  }

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