_getTable()->searchBy(['transactionId' => $id], 'id'); if ($primaryKey) { $this->setPrimaryKey($primaryKey); return true; } return false; } public function isValidTab($restAlias) { return true; } }