public function foo()
 {
     parent::foo();
     echo 'This is the decorator <br/>';
 }
 public function foo()
 {
     parent::foo();
     echo 'This is the CRAZZY DECORATOR I\'VE COME TO CONSUME YOUUUUU!!!!';
 }