Ferreteria/v0.6/clade/Data/Mem/QVar/Str/@removed: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 October 2025

  • curprev 14:1614:16, 17 October 2025Woozle talk contribs 1,297 bytes +1,297 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..."