PHRAS-3371 fix key navigation

This commit is contained in:
aynsix
2021-02-23 10:26:19 +03:00
parent a2bcb6fe98
commit 4fbfc4f54f
3 changed files with 10 additions and 1 deletions

View File

@@ -552,6 +552,14 @@ class record_preview extends record_adapter
return $this->statistics;
}
/**
* @return int
*/
public function getTotal()
{
return isset($this->total) ? $this->total : 0;
}
/**
* @return media_adapter
*/