class PullRequestFilter extends Model (View source)

Properties

string $branch
string $commentControl
bool $invertRegex

Methods

setBranch($branch)

No description

string
getBranch()

No description

setCommentControl($commentControl)

No description

string
getCommentControl()

No description

setInvertRegex($invertRegex)

No description

bool
getInvertRegex()

No description

Details

setBranch($branch)

No description

Parameters

$branch

string getBranch()

No description

Return Value

string

setCommentControl($commentControl)

No description

Parameters

$commentControl

string getCommentControl()

No description

Return Value

string

setInvertRegex($invertRegex)

No description

Parameters

$invertRegex

bool getInvertRegex()

No description

Return Value

bool