コード例 #1
0
ファイル: printer.class.php プロジェクト: geldarr/hack-space
 function PluginUtilitairesPrinter($port, $name, $UCname, $driver, $printNo)
 {
     parent::Printer();
     $this->port = $port;
     $this->explode($name, $UCname, $driver);
     $this->printNo = $printNo;
 }