コード例 #1
0
 public function __construct($profile, $urls)
 {
     parent::__construct();
     $this->profile = $profile;
     $this->urls = $urls;
 }
コード例 #2
0
 public function __construct($computer_id, $urls)
 {
     parent::__construct();
     $this->computer_id = $computer_id;
     $this->urls = $urls;
 }