Aspect represents an aspect in an Aspect-Oriented Programming language. An aspect's sole responsibility is to group varies advices in a logical sense. Convenient implementations of this interface also offer support to easily add advices.
Aspect
public function getAdvices(Void):Array
Returns the advices that were added externally or internally to this aspect. These advices will be used for the weaving process.