initInterface(intrface: Function, name: String, baseIntarfaces: Array);
interface. Interface to be initialized.
name. Full name of the interface.
baseIntarfaces. Array of parent interfaces.
The initInterface method initializes an interface.
The example of use is given in the with description of the PP.initClass method.
See also: