Futilities/human/lib/caMatchStandard

From Woozle Writes Code
< Futilities‎ | human‎ | lib
Jump to navigation Jump to search
Human Futilities: caMatchStandard class
caMatchcaMatchStandard

Conditions: API

Conditions: Sub

Object

TextMatch 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 SetTextMatch(cMatchResult $o) { $this->omRes = $o; }
  • protected function GetTextMatch() : cMatchResult { return $this->omRes; }