Property | Type | Description | |
---|---|---|---|
$m_columnNames | array | ||
$m_dbTableName | string | ||
$m_keyColumnNames | array | ||
$m_keyIsAutoIncrement | boolean |
Method | Description | |
---|---|---|
FindLocation ( array $p_location, string $p_type, integer $p_style, array $p_center, integer $p_radius ) : integer | Looks whether the location is llready at the database NOTE: the 'location' ('center') parameters should be array with points (a point) with lat/lon values | |
UpdateContents ( integer $p_mapId, array $p_contents ) : boolean | Updates the point text content, the COW way | |
UpdateIcon ( array $poi ) : void | Updates the point marker icon file name | |
UpdateLocations ( integer $p_mapId, array $p_locations ) : boolean | Updates the location, the COW way | |
UpdateOrder ( integer $p_mapId, array $p_reorder, array $p_indices ) : boolean | Updates the point ordering at the map NB: p_indices are used for the newly inserted points from the ajax request | |
__construct ( mixed $arg = NULL, $p_forceExists = false ) | ||
fetch ( $arg = null, $p_forceExists = false ) : boolean | Fetch a single record from the database for the given key. | |
getId ( ) : integer | ||
getLastModified ( ) : timestamp | ||
getLatitude ( ) : float | Get latitude | |
getLongitude ( ) : float | Get longitude | |
getPOICenter ( ) | ||
getPOILocation ( ) | ||
getPOIRadius ( ) : double | ||
getPOIType ( ) : string | ||
getPOITypeStyle ( ) | ||
getUserId ( ) : integer |
public static UpdateIcon ( array $poi ) : void | ||
$poi | array | |
return | void |
public __construct ( mixed $arg = NULL, $p_forceExists = false ) | ||
$arg | mixed |