Esempio n. 1
0
 function __construct($masterserver, $readserver, $rmuser, $rmpass, $rmdir, $name)
 {
     $this->rmuser = $rmuser;
     $this->rmpass = $rmpass;
     $this->rmdir = $rmdir;
     parent::__construct(null, null, $name);
 }