Virtual attributes¶
Description¶
Virtual attributes - a special type of attributes, specified in the property attribute name starting with``__``. The functionality of each virtual attribute is different, there are the following virtual attributes:
__class- displays the full code of the class in which the attribute was set.__classTitle- displays the name of the class in which the attribute was set.