Opened 14 years ago

Closed 14 years ago

#3328 closed enhancement (fixed)

Missing doc entries for PHP MapScript layer methods setConnectionType and resultsGetShape

Reported by: armin Owned by: jmckenna
Priority: normal Milestone: 5.6.2 release
Component: Documentation - MapServer Version: 5.6
Severity: minor Keywords:
Cc:

Description

2 new methods for layer objects are not (or not fully) documented in the PHP MapScript docs at http://www.mapserver.org/mapscript/php/index.html:

setConnectionType() 

(just mentioned under member "connectiontype")

resultsGetShape(int shapeindex [, int tileindex = -1])

this one is also missing in the SWIG Mapscript docs

Change History (2)

comment:1 by jmckenna, 14 years ago

Status: newassigned

comment:2 by jmckenna, 14 years ago

Resolution: fixed
Status: assignedclosed

Thanks for catching this Armin.

  • setConnectionType() was documented in the PHP mapscript docs, but it was spelt wrong...corrected now
  • resultsGetShape() is now documented for both PHP and SWIG mapscript

Should be visible soon.

-jeff

Note: See TracTickets for help on using tickets.