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
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_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