コード例 #1
0
ファイル: ULSTargets.php プロジェクト: navtis/xerxes
 public function __construct($targetnames = null, $connection = null, $username = null, $password = null)
 {
     parent::__construct($connection, $username, $password);
     $this->targetnames = $this->getULSList();
 }