Ferreteria/v0.3/class/tSingleKey Row: Difference between revisions
< Ferreteria | v0.3 | class
Jump to navigation
Jump to search
(Created page with "{{page/code/class|ferreteria}} <source lang=php> trait tSingleKey_Row { // CEMENT for tSaveableRow protected function GetSelfFilter() { return $this->GetKeyField()->...") |
m (3 revisions imported: moving this project here) |
| (2 intermediate revisions by one other user not shown) | |
(No difference)
| |
Latest revision as of 16:44, 22 May 2022
trait tSingleKey_Row {
// CEMENT for tSaveableRow
protected function GetSelfFilter() {
return $this->GetKeyField()->MakeStorage()->GetSelfFilter();
}
}