pgb_liv\php_ms\Core\Spectra\IonTrait

Generic trait for providing ion properties such as mass, charge and intensity

Synopsis

trait IonTrait {
}

Hierarchy

Coverage

Methods 0% 0 / 9
Lines 0% /

Violations

Checkstyle

Line Column Severity Message
80 1 error Multi-line function call not indented correctly; expected 12 spaces but found 16
80 99 error Closing parenthesis of a multi-line function call must be on a line by itself
106 1 error Multi-line function call not indented correctly; expected 12 spaces but found 16
106 103 error Closing parenthesis of a multi-line function call must be on a line by itself
124 1 error Multi-line function call not indented correctly; expected 12 spaces but found 16
124 108 error Closing parenthesis of a multi-line function call must be on a line by itself
129 1 error Multi-line function call not indented correctly; expected 12 spaces but found 16
129 106 error Closing parenthesis of a multi-line function call must be on a line by itself

Tasks

Line Task
27+ Add support for Scan/Scan Range

Members

private

  • $intensity — float
    The intensity value of this ion
  • $retentionTimeWindow — array
    The retention time window for this object

Methods

public

Inherited from pgb_liv\php_ms\Core\ChargedMassTrait

public

Inherited from pgb_liv\php_ms\Core\MassTrait

public

History