Beispiel #1
0
 /**
  * set internal mechanism for tracking what the current day of the week is within the display loops
  *
  * @since  3.0
  * @author tim@imaginesimplicty.com
  * @param int     $day_id
  */
 function set_current_day($day_id)
 {
     self::$current_day = $day_id;
 }