darvina         Thu Mar 28 16:41:53 2002 EDT

  Modified files:              
    /phpdoc/it/functions        classobj.xml 
  Log:
  Change the variable type translated in Italian
  
Index: phpdoc/it/functions/classobj.xml
diff -u phpdoc/it/functions/classobj.xml:1.13 phpdoc/it/functions/classobj.xml:1.14
--- phpdoc/it/functions/classobj.xml:1.13       Mon Mar 25 09:03:58 2002
+++ phpdoc/it/functions/classobj.xml    Thu Mar 28 16:41:52 2002
@@ -181,11 +181,11 @@
    <refsect1>
     <title>Descrizione</title>
      <methodsynopsis>
-      <type>misto</type><methodname>call_user_method</methodname>
-      
<methodparam><type>stringa</type><parameter>nome_metodo</parameter></methodparam>
-      <methodparam><type>oggetto</type><parameter>oggetto</parameter></methodparam>
-      <methodparam 
choice="opt"><type>misto</type><parameter>parametro</parameter></methodparam>
-      <methodparam 
choice="opt"><type>misto</type><parameter>...</parameter></methodparam>
+      <type>mixed</type><methodname>call_user_method</methodname>
+      <methodparam><type>string</type><parameter>nome_metodo</parameter></methodparam>
+      <methodparam><type>object</type><parameter>oggetto</parameter></methodparam>
+      <methodparam 
+choice="opt"><type>mixed</type><parameter>parametro</parameter></methodparam>
+      <methodparam 
+choice="opt"><type>mixed</type><parameter>...</parameter></methodparam>
      </methodsynopsis>
    <warning>
     <para>
@@ -249,9 +249,9 @@
    <refsect1>
     <title>Descrizione</title>
      <methodsynopsis>
-      <type>misto</type><methodname>call_user_method_array</methodname>
-      
<methodparam><type>stringa</type><parameter>nome_metodo</parameter></methodparam>
-      <methodparam><type>oggetto</type><parameter>oggetto</parameter></methodparam>
+      <type>mixed</type><methodname>call_user_method_array</methodname>
+      <methodparam><type>string</type><parameter>nome_metodo</parameter></methodparam>
+      <methodparam><type>object</type><parameter>oggetto</parameter></methodparam>
       <methodparam 
choice="opt"><type>array</type><parameter>array_parametri</parameter></methodparam>
      </methodsynopsis>
      <warning> 
@@ -289,7 +289,7 @@
     <title>Descrizione</title>
      <methodsynopsis>
       <type>bool</type><methodname>class_exists</methodname>
-      
<methodparam><type>stringa</type><parameter>nome_classe</parameter></methodparam>
+      <methodparam><type>string</type><parameter>nome_classe</parameter></methodparam>
      </methodsynopsis>
     <para>
      Questa classe restituisce &true; se la classe indicata dal
@@ -307,8 +307,8 @@
    <refsect1>
     <title>Descrizione</title>
      <methodsynopsis>
-      <type>stringa</type><methodname>get_class</methodname>
-      <methodparam><type>oggetto</type><parameter>oggetto</parameter></methodparam>
+      <type>string</type><methodname>get_class</methodname>
+      <methodparam><type>object</type><parameter>oggetto</parameter></methodparam>
      </methodsynopsis>
     <para>
      Questa funzione restituisce il nome della classe di cui
@@ -339,7 +339,7 @@
     <title>Descrizione</title>
      <methodsynopsis>
       <type>array</type><methodname>get_class_methods</methodname>
-      
<methodparam><type>stringa</type><parameter>nome_classe</parameter></methodparam>
+      <methodparam><type>string</type><parameter>nome_classe</parameter></methodparam>
      </methodsynopsis>
     <para>
      Questa funzione restituisce un array contenente i nomi dei metodi
@@ -425,7 +425,7 @@
     <title>Descrizione</title>
      <methodsynopsis>
       <type>array</type><methodname>get_class_vars</methodname>
-      
<methodparam><type>stringa</type><parameter>nome_classe</parameter></methodparam>
+      <methodparam><type>string</type><parameter>nome_classe</parameter></methodparam>
      </methodsynopsis>
     <para>
      Questa funzione restituisce un array associativo contenente
@@ -535,7 +535,7 @@
     <title>Descrizione</title>
      <methodsynopsis>
       <type>array</type><methodname>get_object_vars</methodname>
-      <methodparam><type>oggetto</type><parameter>oggetto</parameter></methodparam>
+      <methodparam><type>object</type><parameter>oggetto</parameter></methodparam>
      </methodsynopsis>
     <para>
      Questa funzione restituisce un array associativo con le proprietà
@@ -612,8 +612,8 @@
    <refsect1>
     <title>Descrizione</title>
      <methodsynopsis>
-      <type>stringa</type><methodname>get_parent_class</methodname>
-      <methodparam><type>misto</type><parameter>oggetto</parameter></methodparam>
+      <type>string</type><methodname>get_parent_class</methodname>
+      <methodparam><type>mixed</type><parameter>oggetto</parameter></methodparam>
      </methodsynopsis>
     <para>
      Se <parameter>oggetto</parameter> è un oggetto, la funzione 
@@ -670,8 +670,8 @@
     <title>Descrizione</title>
      <methodsynopsis>
       <type>bool</type><methodname>is_subclass_of</methodname>
-      <methodparam><type>oggetto</type><parameter>oggetto</parameter></methodparam>
-      
<methodparam><type>stringa</type><parameter>nome_classe</parameter></methodparam>
+      <methodparam><type>object</type><parameter>oggetto</parameter></methodparam>
+      <methodparam><type>string</type><parameter>nome_classe</parameter></methodparam>
      </methodsynopsis>
     <para>
      Questa funzione restituisce &true; se <parameter>obj</parameter>, appartiene ad 
una 
@@ -694,8 +694,8 @@
     <title>Descrizione</title>
      <methodsynopsis>
       <type>bool</type><methodname>method_exists</methodname>
-      <methodparam><type>oggetto</type><parameter>object</parameter></methodparam>
-      
<methodparam><type>stringa</type><parameter>nome_metodo</parameter></methodparam>
+      <methodparam><type>object</type><parameter>object</parameter></methodparam>
+      <methodparam><type>string</type><parameter>nome_metodo</parameter></methodparam>
      </methodsynopsis>
     <para>
      Questa funzione restituisce &true; se il metodo indicato dal parametro 


Reply via email to