user.setProperty
(since )
Set a public property
Description
string
user.setProperty
(
string property, mixed value )
This function sets a public property that is sent to each other users in relation to this user (same channels, private messages).
Parameters
property
Name of the property to set
value
The value (can be of any javascript type)
Examples
//String
user.setProperty('foo', 'bar');
//Object
user.setProperty('example', {'foo':'bar'});
User notes
# No comment
Post a note
CollaborAPE to our wiki !
Find the information you need on the APE Official Wiki : Install, Server, JSF, Help...
