Opened 23 years ago

Closed 23 years ago

#37 closed defect (fixed)

PHP MapScript - shapeObj needs a set() method

Reported by: dmorissette Owned by: dmorissette
Priority: high Milestone:
Component: MapScript-PHP Version: 3.5
Severity: normal Keywords:
Cc:

Description

shapeObj class in PHP MapScript currently has all its members read-only.

TODO:
- add a shape->set() method
- review all shapeObj members and decide which ones don't have to be read-only. 
 At least the "classindex" and "text" should be modifiable via set()
- Update docs accordingly... note that "text" is not listed in docs...

Change History (2)

comment:1 by dmorissette, 23 years ago

Status: newassigned

comment:2 by dmorissette, 23 years ago

Resolution: fixed
Status: assignedclosed
Done.  Added shapeObj->set() for the classindex and text properties.
Note: See TracTickets for help on using tickets.