public function toString() { log::temp("{Object: empty}"); }
public function toString() { log::temp("{Tree: {" . "\n\t parentKey: " . $this->parentKey . "\n\t key: " . $this->key . "\n\t value: " . $this->value . "\n\t show: " . $this->show . "\n\thomeViewMode: " . $this->homeViewMode . "\n\t child count: " . count($this->childrens) . "}}"); }