PP.initInterface

Syntax

initInterface(intrface: Function, name: String, baseIntarfaces: Array);

Parameters

interface. Interface to be initialized.

name. Full name of the interface.

baseIntarfaces. Array of parent interfaces.

Description

The initInterface method initializes an interface.

Example

The example of use is given in the with description of the PP.initClass method.

See also:

PP