Futilities/human/lib/caMatchStandard

From Woozle Writes Code
< Futilities‎ | human‎ | lib
Revision as of 22:01, 24 September 2022 by Woozle (talk | contribs) (→‎Object)
Jump to navigation Jump to search
Human Futilities: caMatchStandard class
caMatchcaMatchStandard

Conditions: API

Conditions: Sub

Object

MatchRes is the result of searching file contents for matches to the requested content-mask. If no such search is performed, this will not be set. (Might need to add a HasMatchRes() function.)

  • protected function SetMatchRes(cMatchResult $o) { $this->omRes = $o; }
  • protected function GetMatchRes() : cMatchResult { return $this->omRes; }