Futilities/human/lib/caMatchStandard: Difference between revisions
< Futilities | human | lib
Jump to navigation
Jump to search
(Created page with "{{fmt/title|Human Futilities: <code>caMatchStandard</code> class}} {| class=wikitable |- | {{l/same|caMatch}} ← {{l/same|caMatchStandard}} |} ==Conditions: API== * <code>...") |
(No difference)
|
Revision as of 21:32, 24 September 2022
|
Human Futilities:
caMatchStandard class |
| caMatch ← caMatchStandard |
Conditions: API
public function IsFolderWanted(caPathNamed $of) : boolpublic function IsFileWanted(caPathNamed $of) : bool
Conditions: Sub
protected function FileMatch(caPathNamed $of) : cMatchResultprotected function IsIgnorable(string $fn) : bool
Object
2022-09-24 Trying to figure out how these relate to cFolderator::[S/G]etMatch() --
protected function SetMatchRes(cMatchResult $o) { $this->omRes = $o; }protected function GetMatchRes() : cMatchResult { return $this->omRes; }