Beispiel #1
0
 /**
  * set_offset
  *
  * This takes an int and changes the offset
  *
  * @param    integer    $offset    (description here...)
  * @return    void
  */
 public static function set_offset($offset)
 {
     $offset = intval($offset);
     self::$offset = $offset;
 }