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()->...") |
(No difference)
|
Revision as of 22:38, 4 January 2019
trait tSingleKey_Row {
// CEMENT for tSaveableRow
protected function GetSelfFilter() {
return $this->GetKeyField()->MakeStorage()->GetSelfFilter();
}
}