Elgg  Version master
Variables
all.php File Reference

Go to the source code of this file.

Variables

 $defaults
 
 $options = (array) elgg_extract('options', $vars, [])
 
 $options ['wheres'][]
 
 $vars ['options'] = $options
 

Variable Documentation

$defaults
Initial value:
= [
'type_subtype_pairs' => elgg_entity_types_with_capability('restorable')
elgg_entity_types_with_capability(string $capability)
Returns an array of type/subtypes with the requested capability enabled.
Definition: entities.php:757

Definition at line 10 of file all.php.

$options = (array) elgg_extract('options', $vars, [])

Definition at line 24 of file all.php.

$options['wheres'][]
Initial value:
= function(QueryBuilder $qb, $main_alias) {
return $qb->compare("{$main_alias}.deleted", '=', 'yes', ELGG_VALUE_STRING);
}
Database abstraction query builder.
compare(string $x, string $comparison, $y=null, string $type=null, bool $case_sensitive=null)
Build value comparison clause.
const ELGG_VALUE_STRING
Definition: constants.php:112
$qb
Definition: queue.php:12

Definition at line 28 of file all.php.

$vars['options'] = $options

Definition at line 32 of file all.php.