Code
- entity_row_to_elggstar()
- elgg_get_entity_class()
- elgg_entity_exists()
- elgg_get_site_entity()
- get_entity()
- elgg_set_entity_class()
- elgg_enable_entity()
- get_entity_dates()
- get_entity_as_row()
- elgg_register_entity_type()
- elgg_get_entities()
- elgg_list_entities()
- elgg_list_registered_entities()
- get_registered_entity_types()
- elgg_unregister_entity_type()
- _elgg_entities_init()
- _elgg_check_unsupported_site_guid()
- _elgg_entities_test()
- elgg_instanceof()
- is_registered_entity_type()
In PHP, under loose comparison (like
==
, or!=
, orswitch
conditions), values of different types might be equal.For
string
values, the empty string''
is a special case, in particular the following results might be unexpected: