Class fever.utils.ObjectUtils

Description

Provides methods to deal with object.

Method Index

hideProperty(), protectObject(), unprotectObject()

Method Detail

protectObject

static public function protectObject(o):Void

Protect object for undefined access.

Retreives from Pixlib framework
Implemented here to keep current version.

unprotectObject

static public function unprotectObject(o):Void

Unprotect an object

Retreives from Pixlib framework
Implemented here to keep current version.

hideProperty

static public function hideProperty(container:Object, propertyName:String):Void

Hides passed-in propertyName from container object.