Static fields and methods

Calling a static method
^class:method[parameters]   

Calls a static method of the class.

Note: dynamic methods of a parent class are called the same way (Cf. Creating User-defined Class).

Value of static field
$class:field   

Retrieves the value stored in static field of the class.

Assigning static field
$class:field[value]

Assigns value to static field of the class.


Copyright © 1997–2021 Art. Lebedev Studio | http://www.artlebedev.com Last updated: 20.09.2007