pgb_liv\php_ms\Reader\PxdInfo

  • Author: Andrew Collins

Synopsis

class PxdInfo {
  • // constants
  • const INFO_PATH = 'http://proteomecentral.proteomexchange.org/cgi/GetDataset?ID=%s&outputMode=XML&test=no';
}

Coverage

Methods 0% 0 / 4
Lines 21.21% 7 / 33

Violations

PHPMessDetector

Line Rule Message
44 - 46 ElseExpression The method __construct uses an else expression. Else is never necessary and you can simplify the code to work without else.

Constants

Name Value
INFO_PATH 'http://proteomecentral.proteomexchange.org/cgi/GetDataset?ID=%s&outputMode=XML&test=no'

Members

private

  • $fileList
  • $identifier

Methods

private

public

History