Class com.sekati.core.CoreObject

Implemented Interfaces

CoreInterface

Description

The core mixin object in the SASAPI framework.

Method Index

new CoreObject()
destroy(), toString()

Constructor Detail

CoreObject

public function CoreObject()

CoreObject Constructor calls superclass, links _this and injects a RUID via KeyFactory.

Return

Void

Method Detail

destroy

public function destroy():Void

Clean and destroy object instance contents/self for garbage collection. Always call destroy() before deleting last object pointer.

Return

Void

Specified By

destroy() in com.sekati.core.CoreInterface

toString

public function toString():String

Return the Fully Qualified Class Name string representation of the instance object via Stringifier.

Return

String

Specified By

toString() in com.sekati.core.CoreInterface