Beispiel #1
0
 /**
  * set the internal event id for tracking between methods/templates
  *
  * @since  3.0
  * @author tim@imaginesimplicty.com
  * @param int     $event_id
  */
 public static function set_event_id($event_id)
 {
     self::$event_id = $event_id;
 }
Beispiel #2
0
 /**
  * set the internal event id for tracking between methods/templates
  *
  * @since  3.0
  * @author tim@imaginesimplicty.com
  * @param int     $event_id
  */
 function set_event_id($event_id)
 {
     self::$event_id = $event_id;
 }