Please note: CPAINT nor this website is under active development. |
Backend: cpaint_node.get_data()
cpaint_node Method Summary
object add_node()
void set_data()
mixed get_data()
void set_id()
string get_id()
void set_attribute()
string get_attribute()
void set_name()
string get_name()
mixed get_data ()
returns the data assigned to the node
Class
Return Value
» mixed data of this node
API Tags
» Access: public
Description
Returns the data assigned to a node via set_data().
The escaping performed by set_data() will be undone automatically.