PHP Класс Kronolith_Geo_Sql, horde

Copyright 2009-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
Автор: Michael J. Rubinsky ([email protected])
Наследование: extends Kronolith_Geo_Base
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_db Horde_Db_Adapter

Открытые методы

Метод Описание
deleteLocation ( string $event_id ) Deletes an entry from storage
getLocation ( $event_id ) Get the location of the provided event_id.
search ( $criteria ) Search for events "close to" a given point.
setLocation ( $event_id, $point ) Set the location of the specified event _id

Описание методов

deleteLocation() публичный Метод

Deletes an entry from storage
public deleteLocation ( string $event_id )
$event_id string

getLocation() публичный Метод

Get the location of the provided event_id.
public getLocation ( $event_id )

setLocation() публичный Метод

Set the location of the specified event _id
public setLocation ( $event_id, $point )

Описание свойств

$_db защищенное свойство

protected Horde_Db_Adapter $_db
Результат Horde_Db_Adapter