/**
  * Some action after any method
  */
 public function afterMethod()
 {
     parent::afterMethod();
 }