Positioning for a given Midgard object

Example:

get_coordinates();
if (!is_null($coordinates))
{
    echo "\n";
}
?>
package org.routamc.positioning

 Methods

__construct ($object)

Initializes the class.

The real startup is done by the initialize() call.

Parameters

$object

get_coordinates ($person, $time, $cache)

Get coordinates of the object

Parameters

$person

$time

$cache

Returns

Array

seek_location_object ()

Get location object for the object

Returns

\org_routamc_positioning_location_dba

seek_log_object ($person, $time)

Get log object based on creation time and creator of the object

Parameters

$person

$time

Returns

\org_routamc_positioning_log_dba

 Properties

 

\midcom_core_dbobject $_object

The object we're looking for position of