Example #1
0
 function __construct($id, $name, $logo)
 {
     $this->id = $id;
     $this->name = $name;
     $this->logo = $logo;
     $this->views = View::GetModuleViews($this->id);
 }