示例#1
0
 public function __construct($targetnames = null, $connection = null, $username = null, $password = null)
 {
     parent::__construct($connection, $username, $password);
     $this->targetnames = $this->getULSList();
 }
示例#2
0
文件: Engine.php 项目: navtis/xerxes
 public function getTarget($target)
 {
     $pzt = new Pz2Targets();
     return $pzt->getTarget($target);
 }