Returns true if the argument is required.
bool true if parameter mode is self::REQUIRED, false otherwise
public function isRequired() : bool { return self::REQUIRED === (self::REQUIRED & $this->mode); }