예제 #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) . "}}");
 }