Get checkMode option
int $options Options to get, if null then return entire bitmask:
int
public function getConfig($options = null) { if ($options === null) { return $this->checkMode; } return $this->checkMode & $options; }