[mapserver-commits] r9837 - trunk/docs/en/mapscript/php
svn at osgeo.org
svn at osgeo.org
Sun Feb 21 10:07:13 EST 2010
Author: jmckenna
Date: 2010-02-21 10:07:13 -0500 (Sun, 21 Feb 2010)
New Revision: 9837
Modified:
trunk/docs/en/mapscript/php/index.txt
Log:
cleanup on symbolObj constructor (ticket:3233)
Modified: trunk/docs/en/mapscript/php/index.txt
===================================================================
--- trunk/docs/en/mapscript/php/index.txt 2010-02-21 14:54:52 UTC (rev 9836)
+++ trunk/docs/en/mapscript/php/index.txt 2010-02-21 15:07:13 UTC (rev 9837)
@@ -2294,17 +2294,17 @@
$oStyle->removebinding(MS_STYLE_BINDING_COLOR);
symbolObj
-^^^^^^^^^
+^^^^^^^^^^^
Constructor
...............................................................................
.. code-block:: php
- symbolid = ms_newSymbolObj(mapObj map, string symbolname);
+ int 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.
+the new symbol. If a symbol with the same name exists, its id will be returned.
To get a symbol object, you need to use a method on the map object:
More information about the mapserver-commits
mailing list