[mapserver-commits] r9762 - trunk/docs/en/mapscript/php

svn at osgeo.org svn at osgeo.org
Tue Jan 26 12:18:00 EST 2010


Author: jmckenna
Date: 2010-01-26 12:17:59 -0500 (Tue, 26 Jan 2010)
New Revision: 9762

Modified:
   trunk/docs/en/mapscript/php/index.txt
Log:
more attempts are standardizing class object names in doc

Modified: trunk/docs/en/mapscript/php/index.txt
===================================================================
--- trunk/docs/en/mapscript/php/index.txt	2010-01-26 16:51:16 UTC (rev 9761)
+++ trunk/docs/en/mapscript/php/index.txt	2010-01-26 17:17:59 UTC (rev 9762)
@@ -316,13 +316,13 @@
 int removeMetaData(string name)
     Remove a metadata entry for the class.  Returns MS_SUCCESS/MS_FAILURE.
 
-ColorObj
+colorObj
 ^^^^^^^^
 
 Constructor
 ...............................................................................
 
-Instances of ColorObj are always embedded inside other classes.
+Instances of colorObj are always embedded inside other classes.
 
 Members
 ...............................................................................
@@ -393,7 +393,7 @@
         $error = $error->next();
     }
 
-GridObj
+gridObj
 ^^^^^^^
 
 Constructor
@@ -443,7 +443,7 @@
 ...............................................................................
 
 Instance of hashTableObj is always embedded inside the `classObj`_, `layerObj`_,  
-and `WebObj`_. It is uses a read only.
+and `webObj`_. It is uses a read only.
 
 .. code-block:: php 
 
@@ -472,13 +472,13 @@
     Return the next key or first key if previousKey = NULL.
     Return NULL if no item is in the hashTable or end of hashTable is reached
 
-ImageObj
+imageObj
 ^^^^^^^^
 
 Constructor
 ...............................................................................
 
-Instances of ImageObj are always created by the `mapObj`_ class methods.
+Instances of imageObj are always created by the `mapObj`_ class methods.
 
 Members
 ...............................................................................
@@ -532,7 +532,7 @@
     specify the CENTER of the destination area.
     Note: this function works only with 8 bits GD images (PNG or GIF).
 
-LabelcacheMemberObj
+labelcacheMemberObj
 ^^^^^^^^^^^^^^^^^^^
 
 Accessible only through the `mapObj`_ (map->getLabel()).
@@ -558,7 +558,7 @@
 
 None
 
-LabelcacheObj
+labelcacheObj
 ^^^^^^^^^^^^^
 
 Accessible only through the `mapObj`_ (map->labelcache). This object
@@ -574,13 +574,13 @@
     occurs.
     Ex : (map->labelcache->free();
 
-LabelObj
+labelObj
 ^^^^^^^^
 
 Constructor
 ...............................................................................
 
-LabelObj are always embedded inside other classes.
+labelObj are always embedded inside other classes.
 
 Members
 ...............................................................................
@@ -1013,7 +1013,7 @@
     load by mapserver. For the other connection types this parameter 
     is not used. 
 
-LegendObj
+legendObj
 ^^^^^^^^^
 
 Constructor
@@ -1053,7 +1053,7 @@
 int set(string property_name, new_value)
     Set object property to a new value. Returns -1 on error.
 
-LineObj
+lineObj
 ^^^^^^^
 
 Constructor
@@ -1577,7 +1577,7 @@
     Remove a layer from the mapObj. The argument is the index of the layer 
     to be removed. Returns the removed layerObj on success, else null.
  
-OutputformatObj
+outputformatObj
 ^^^^^^^^^^^^^^^
 
 Constructor
@@ -1675,7 +1675,7 @@
 string getvaluebyname(string name)
     Return the value associated with the parameter *name*.
 
-PointObj
+pointObj
 ^^^^^^^^
 
 Constructor
@@ -1739,7 +1739,7 @@
 void free()
    Releases all resources used by the object.  
 
-ProjectionObj
+projectionObj
 ^^^^^^^^^^^^^
 
 Constructor
@@ -1747,7 +1747,7 @@
 
 .. code-block:: php
     
-    ProjectionObjObj ms_newProjectionObj(string projectionstring)
+    ProjectionObj ms_newProjectionObj(string projectionstring)
     
 Creates a projection object based on the projection string passed
 as argument.
@@ -1776,7 +1776,7 @@
 int getUnits()
     Returns the units of a projection object. Returns -1 on error.
 
-QuerymapObj
+querymapObj
 ^^^^^^^^^^^
 
 Constructor
@@ -1805,13 +1805,13 @@
 int set(string property_name, new_value)
     Set object property to a new value. Returns -1 on error.
 
-RectObj
+rectObj
 ^^^^^^^
 
 Constructor
 ...............................................................................
 
-RectObj are sometimes embedded inside other objects.  New ones can
+rectObj are sometimes embedded inside other objects.  New ones can
 also be created with:
 
 .. code-block:: php
@@ -1890,13 +1890,13 @@
 int set(string property_name, new_value)
     Set object property to a new value. Returns -1 on error.
 
-ResultCacheMemberObj
+resultCacheMemberObj
 ^^^^^^^^^^^^^^^^^^^^
 
 Constructor
 ...............................................................................
 
-Instances of ResultCacheMemberObj are always obtained through 
+Instances of resultCacheMemberObj are always obtained through 
 `layerObj`_'s getResult() method.
 
 Members
@@ -1915,7 +1915,7 @@
 
 None
 
-ScalebarObj
+scalebarObj
 ^^^^^^^^^^^
 
 Constructor
@@ -1960,7 +1960,7 @@
     Sets the imagecolor propery (baclground) of the object.
     Returns false on error.  
 
-ShapefileObj
+shapefileObj
 ^^^^^^^^^^^^
 
 Constructor
@@ -2013,7 +2013,7 @@
     Closes a shape file (and commits all changes in write mode) and 
     releases all resources used by the object.
 
-ShapeObj
+shapeObj
 ^^^^^^^^
 
 Constructor
@@ -2199,7 +2199,7 @@
     Must be called to calculate new bounding box after new parts have been
     added.  Returns true if successful, else return false.
 
-StyleObj
+styleObj
 ^^^^^^^^
 
 Constructor
@@ -2285,7 +2285,7 @@
         
         $oStyle->removebinding(MS_STYLE_BINDING_COLOR);
 
-SymbolObj
+symbolObj
 ^^^^^^^^^
 
 Constructor
@@ -2293,7 +2293,7 @@
   
 .. code-block:: php
 
-    symboldid = ms_newSymbolObj(mapObj map, string symbolname);
+    symbolid = ms_newSymbolObj(mapObj map, string symbolname);
     
 Creates a new symbol with default values in the symbolist. Returns the Id of 
 the new symbol. If a symbol with the same name exists, It's id will be returned.



More information about the mapserver-commits mailing list