itemizeEvent() public method

Transforms the event in a breakdown of days, hours and minutes with associated states.
public itemizeEvent ( ) : array
return array
Example #1
0
 /**
  * Transforms the event in a breakdown of days, hours and minutes with associated states.
  *
  * @param EventItemizer $itemizer
  * @return array
  */
 public function itemize($itemizer)
 {
     $itemized = $itemizer->itemizeEvent();
     return $itemized;
 }