getLinkedInfo($this->Special, true); if ($table_info) { // we have parent info, then use it $keys_hash = Array( $this->IDField => $this->ID, $table_info['ForeignKey'] => $table_info['ParentId'], ); } return parent::GetKeyClause($method, $keys_hash); } }