示例#1
0
文件: Object.php 项目: gingerP/shop
 public function toString()
 {
     log::temp("{Object: empty}");
 }
示例#2
0
文件: Tree.php 项目: gingerP/shop
 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) . "}}");
 }