mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-21 17:02:19 +00:00
getArray() hinzugefügt, welche die Statistikdaten als Array zurückgibt
This commit is contained in:
@@ -605,6 +605,11 @@ class statistik extends basis_db
|
||||
{
|
||||
return json_encode($this->json);
|
||||
}
|
||||
|
||||
function getArray()
|
||||
{
|
||||
return $this->json;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user