Class ClipitChat
A direct message sent through ClipIt. It has a sender (owner), a single
destination, and can have attached files.
-
UBItem
-
UBMessage
-
ClipitChat
Methods summary
protected
|
#
copy_from_elgg( ElggEntity $elgg_entity )
Loads object parameters stored in Elgg
Loads object parameters stored in Elgg
Parameters
- $elgg_entity
ElggEntity
$elgg_entity Elgg Object to load parameters from.
Overrides
|
protected
|
#
copy_to_elgg( ElggEntity $elgg_entity )
Copy $this object parameters into an Elgg entity.
Copy $this object parameters into an Elgg entity.
Parameters
- $elgg_entity
ElggEntity
$elgg_entity Elgg object instance to save $this to
Overrides
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
Methods inherited from UBMessage
add_files(),
add_read_array(),
count_by_destination(),
count_by_sender(),
get_by_destination(),
get_by_sender(),
get_destination(),
get_files(),
get_read_array(),
get_read_status(),
get_sender(),
remove_files(),
remove_read_array(),
save(),
set_destination(),
set_files(),
set_read_array(),
set_read_status(),
unread_by_destination(),
unread_by_sender()
|
Methods inherited from UBItem
__construct(),
count_all(),
create(),
create_clone(),
delete_all(),
delete_by_id(),
get_all(),
get_all_parents(),
get_by_id(),
get_by_owner(),
get_clone_tree(),
get_cloned_from(),
get_clones(),
get_events(),
get_from_search(),
get_properties(),
link_parent_clone(),
list_properties(),
set_properties(),
sort_by_date(),
sort_by_date_inv(),
sort_by_name(),
sort_by_name_inv(),
sort_numbers(),
sort_numbers_inv(),
unlink_from_clones(),
unlink_from_parent()
|