All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Woozle Writes Code. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:16, 17 October 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Data/Mem/QVar/Str/@removed (Created page with "=={{fmt/date|2025|10|17}}== Commented out on {{fmt/date|2025|09|26}}: {{fmt/php/block|1= // 2025-09-26 now implemented in parent public function HasIt() : bool { return is_string($this->v); } public function SetIt(string $s) { $this->v = $s; } public function SetItNz(?string $s) { if (is_string($s)) { $this->SetIt($s); } else { $this->ZapIt(); } } public function &GetIt() : string { return $this->v; } public function GetItNz( strin...")