Example #1
0
 /**
  *
  * @return string
  */
 public function __toLogger()
 {
     return ['DAO' => $this->DAO->getDAO(), 'conds' => $this->conds];
 }