--- /dev/null
+<?php
+return array(
+ "TelemetaItem" => "src/telemetaitem.php",
+ "TelemetaItemType" => "src/telemetaitemtype.php",
+ "TelemetaInvalidParamsError" => "src/exceptions.php"
+);
+
+?>
* @copyright 2009 Samalyse
* @license CeCILL Free Software License Agreement
*/
-class telemetaInvalidParamsError extends ezcBaseException
+class TelemetaInvalidParamsError extends ezcBaseException
{
public function __construct($msg)
{
* @copyright 2009 Samalyse
* @license CeCILL Free Software License Agreement
*/
-class telemetaItem
+class TelemetaItem
{
private $cacheTimeout = 3600;