Ejemplo n.º 1
0
 function __construct($info)
 {
     parent::__construct($info);
     $this->type = $info->type;
     $this->alias = $info->alias;
     $this->description = $info->description;
     $this->id = $info->cat_id;
     $this->visible = $info->visible;
 }
Ejemplo n.º 2
0
 function __construct($info)
 {
     parent::__construct($info);
     $this->topics = $info->topics;
     $this->changed = $info->changed;
 }