ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Blog\Presentation\Util Class Reference
+ Collaboration diagram for ILIAS\Blog\Presentation\Util:

Public Member Functions

 __construct ()
 
 getMonthPresentation (string $month)
 

Detailed Description

Definition at line 23 of file Util.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Blog\Presentation\Util::__construct ( )

Definition at line 25 of file Util.php.

26 {
27
28 }

Member Function Documentation

◆ getMonthPresentation()

ILIAS\Blog\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: