<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/stomp.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'stomp.resources.php',
    1 => 'Tipi di risorse',
    2 => 'Tipi di risorse',
  ),
  'up' => 
  array (
    0 => 'stomp.setup.php',
    1 => 'Installazione/Configurazione',
  ),
  'prev' => 
  array (
    0 => 'stomp.configuration.php',
    1 => 'Configurazione di Runtime',
  ),
  'next' => 
  array (
    0 => 'stomp.examples.php',
    1 => 'Esempi',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/stomp/setup.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="stomp.resources" class="section">
  <h2 class="title">Tipi di risorse</h2>
  <p class="simpara">
    There is only one resource type used in the stomp extension - it&#039;s
    the link identifier for a stomp connection.
  </p>
 </div><?php manual_footer($setup); ?>