40 $annotations->select(
'count(*) as total')
50 $count = (int) $row->total;
53 $count += (int) $row->total;
static table(string $table)
Returns a QueryBuilder for updating data in a given table.
const ELGG_VALUE_INTEGER
Value types.
addSuccesses(int $num=1)
Set an item (or items) as successfully upgraded.
Result of a single BatchUpgrade run.
_elgg_services()
Get the global service provider.
static fromTable(string $table,?string $alias=null)
Returns a QueryBuilder for selecting data from a given table.
System upgrades are executed synchronously at system upgrade.