maniaControl = $maniaControl; $this->plainJsonObject = json_decode($data[0]); } /** * Gets the Plain Json */ public function getPlainJsonObject() { return $this->plainJsonObject; } /** * Var_Dump the Structure */ public function dump() { var_dump(json_decode(json_encode($this))); var_dump("Class Name including Namespace: " . get_class($this)); } }