webObj
final class webObj (View source)
Instances of webObj are always are always embedded inside the mapObj
_.
Properties
string | $browseformat | ||
string | $empty | read-only | |
string | $error | read-only | |
rectObj | $extent | read-only | |
string | $footer | ||
string | $header | ||
string | $imagepath | ||
string | $imageurl | ||
string | $legendformat | ||
string | $log | ||
float | $maxscaledenom | ||
string | $maxtemplate | ||
hashTableObj | $metadata | ||
float | $minscaledenom | ||
string | $mintemplate | ||
string | $queryformat | ||
string | $template | ||
string | $temppath |
Methods
string
convertToString()
Saves the object to a string. Provides the inverse option for updateFromString.
void
free()
Free the object properties and break the internal references.
int
set(string $property_name, $new_value)
Set object property to a new value.
int
updateFromString(string $snippet)
Update a web object from a string snippet. Returns MS_SUCCESS/MS_FAILURE.
Details
final string
convertToString()
Saves the object to a string. Provides the inverse option for updateFromString.
final void
free()
Free the object properties and break the internal references.
Note that you have to unset the php variable to free totally the resources.
final int
set(string $property_name, $new_value)
Set object property to a new value.
final int
updateFromString(string $snippet)
Update a web object from a string snippet. Returns MS_SUCCESS/MS_FAILURE.