예제 #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);
 }