예제 #1
0
 public function __construct($id, $server, $status)
 {
     parent::__construct($id, $server, $status);
 }
예제 #2
0
 public function __construct($id, $name, $server, $status)
 {
     parent::__construct($id, $server, $status);
     $this->name = $name;
 }