getArray() hinzugefügt, welche die Statistikdaten als Array zurückgibt

This commit is contained in:
Andreas Moik
2015-10-20 10:57:33 +02:00
parent fbd7c6d689
commit 2c8b77e0fb
+5
View File
@@ -605,6 +605,11 @@ class statistik extends basis_db
{
return json_encode($this->json);
}
function getArray()
{
return $this->json;
}
/**
*