Packageorg.spicefactory.parsley.core.processor
Interfacepublic interface Phase
Implementors DestroyPhase, InitPhase

Represents a phase in the lifecycle of an object processor.



Public Properties
 PropertyDefined By
  typeKey : String
[read-only] The key representation of the type of this phase (init or destroy phase) without the exact ordering detail.
Phase
Property Detail
typeKeyproperty
typeKey:String  [read-only]

The key representation of the type of this phase (init or destroy phase) without the exact ordering detail.


Implementation
    public function get typeKey():String