pgb_liv\php_ms\Core\ChargedMassTrait

Trait for providing access to setter/getter of monoisotopic and average mass-to-charge values.

Does not store an mass-to-charge ratio but calculates on demand from neutral mass and charge values.

Synopsis

trait ChargedMassTrait {
}

Hierarchy

Coverage

Methods 0% 0 / 8
Lines 0% /

Violations

Checkstyle

Line Column Severity Message
145 1 error Multi-line function call not indented correctly; expected 12 spaces but found 16
145 93 error Closing parenthesis of a multi-line function call must be on a line by itself

Members

private

  • $charge — int
    The charge value for this instance

Methods

public

Inherited from pgb_liv\php_ms\Core\MassTrait

public

History