示例#1
0
 /**
  * @param Profile $profile
  */
 public function __construct(Profile $profile)
 {
     $this->host = $profile->getHost();
     $this->user = $profile->getUser();
     $this->password = $profile->getPassword();
 }
示例#2
0
 /**
  * @param Profile $profile
  */
 function __construct(Profile $profile)
 {
     $this->url = "http://" . $profile->getHost() . "/web/";
 }