Ejemplo n.º 1
0
 /**
  * Sets the tab offset
  *
  * @param    int     $offset
  * @access   public
  */
 static function setTabOffset($offset)
 {
     self::$_tabOffset = $offset;
 }