Name

persistentAllowed —

Synopsis

boolean  persistentAllowed

Description

Persistent variables can not be instantiated for some predefined classes (e.g. this is not possible for the db and file classes). Also, it is not possible to create persistent variables for user defined classes. This property can be used to query the ability of a class to support persistent variables.

Returns

true if the class can instance persistent variables, false otherwise

Note

Only read property