Пример #1
0
 public function toArray()
 {
     if ($this->id) {
         $this->load();
     }
     return parent::toArray();
 }