Futilities/human/lib/caMatchStandard
< Futilities | human | lib
Jump to navigation
Jump to search
|
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; }