コード例 #1
0
ファイル: Profile.class.php プロジェクト: bloveing/openulteo
 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;
 }