public function openlayers_projection::getLocalizedMessage in Openlayers 7.2
Return value
string Textual representation for the user.
File
- ./
openlayers.module, line 1010 - Main OpenLayers API File
Class
- openlayers_projection
- Models a projection, a description of a coordinate system.
Code
public function getLocalizedMessage() {
return $this->identifier;
}