No error message, the browser kept showing the Step 1 of redeployment.
Run the "Doctrine_Plugin_DocBlock_FakeEntities" plugin... is the last thing that
shows up.
As to $this, I have to admit that I am not familiar with OOP,
so I don't have a very good understanding of what is in the code, so I simply
try to imitate what I found in ready-made modules. So, for example, in the
AuthorizeNetSIM module, we have a class AuthorizeNetSIM extending the
WebBased class, and the function getValue() or the property "transaction" isn't declared inside the class, so I guessed that it must be defined somewhere in parent class, and didn't worry much where it came from since my class also extends WebBased

. And, I am having
problems in locating where things get declared, as you can see from the other post of mine that you kindly answered.