Exemplo n.º 1
0
 public function __construct($targetnames = null, $connection = null, $username = null, $password = null)
 {
     parent::__construct($connection, $username, $password);
     $this->targetnames = $this->getULSList();
 }
Exemplo n.º 2
0
 public function getTarget($target)
 {
     $pzt = new Pz2Targets();
     return $pzt->getTarget($target);
 }