pgb_liv\php_ms\Utility\Digest\DigestRegularExpression

A base digestion class that can be used to perform digestion with a valid regular expression.

Synopsis

class DigestRegularExpression extends AbstractDigest implements DigestInterface {
}

Hierarchy

Coverage

Methods 50% 1 / 2
Lines 97.06% 33 / 34

Violations

Checkstyle

Line Column Severity Message
95 27 error Opening parenthesis of a multi-line function call must be the last content on the line
95 67 error Only one argument is allowed per line in a multi-line function call
96 1 error Multi-line function call not indented correctly; expected 16 spaces but found 20
96 80 error Closing parenthesis of a multi-line function call must be on a line by itself

Members

private

  • $cleavageRule — string
    Cleavage rule regular expresion.

Methods

protected

  • performDigestion() — Digest the protein and produce peptides matching the enzyme rules.

Inherited from pgb_liv\php_ms\Utility\Digest\AbstractDigest

protected

public

History