[mapserver-commits] r7812 - trunk/mapserver/mapscript/php3
svn at osgeo.org
svn at osgeo.org
Tue Jul 15 11:02:26 EDT 2008
Author: jmckenna
Date: 2008-07-15 11:02:26 -0400 (Tue, 15 Jul 2008)
New Revision: 7812
Modified:
trunk/mapserver/mapscript/php3/README
Log:
add version note to Style object's setBinding and removeBinding methods
Modified: trunk/mapserver/mapscript/php3/README
===================================================================
--- trunk/mapserver/mapscript/php3/README 2008-07-15 05:03:28 UTC (rev 7811)
+++ trunk/mapserver/mapscript/php3/README 2008-07-15 15:02:26 UTC (rev 7812)
@@ -1698,6 +1698,7 @@
int setBinding(const stylebinding, string value)
Set the attribute binding for a specfiled style property. Returns true on success.
+ Added in MapServer 5.0.
Example:
$oStyle->setbinding(MS_STYLE_BINDING_COLOR, "FIELD_NAME_COLOR");
@@ -1705,7 +1706,9 @@
the value of the color from the field called "FIELD_NAME_COLOR"
int removeBinding(const stylebinding)
- Remove the attribute binding for a specfiled style property. Returns true on success.
+ Remove the attribute binding for a specfiled style property. Returns true on success.
+ Added in MapServer 5.0.
+
Example:
$oStyle->removebinding(MS_STYLE_BINDING_COLOR);
More information about the mapserver-commits
mailing list