Read Me - Common Public License V1.0 - Copyright Notice(©)

unsetMethod


>>-unsetMethod(methodname)-------------------------------------><

Cancels the effect of all previous [setMethod]s for method [methodname] . It also removes any method [methodname] introduced with [enhanced] when the object was created. If the object has received no [setMethod] method, no action is taken.

[Notes:]

  1. The unsetMethod method is a private method. See the setPrivate method in for details.
  2. The unsetMethod method is a protected method.

Read Me - Common Public License V1.0 - Copyright Notice(©)